Menu

#3 Play link generates 404

open
6
2002-09-26
2002-09-13
No

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...

Discussion

  • Nigel Atkinson

    Nigel Atkinson - 2002-09-26
    • priority: 5 --> 6
     
  • Nigel Atkinson

    Nigel Atkinson - 2002-09-26

    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)

     
  • Nigel Atkinson

    Nigel Atkinson - 2002-09-26
    • labels: --> User Interface
    • assigned_to: nobody --> nigel_atkinson
     

Log in to post a comment.