The bottomLeftFrame.jsp contains several links such as:
http://localhost:8080/JukeX/servlet/?action=play&view=left
I receive a 404 when selecting this link:
Not Found (404)
Original request: / JukeX/servlet/
Not found request: /JukeX/servlet
How is this link supposed to work (as there is no JSP
specified)?
Thanks...
Logged In: YES
user_id=429089
JukeX uses an MVC architecture, which often means there is
no JSP in the URL instead a servlet is specified.
I can see why you are receiving a 404, the servlet is not
specified in the URL although I am not currently sure why
that is, I will investigate and let you know shortly.
(I am marking this as a bug)