Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jsp form to Servlet jetty embedded

Ranjith,

There's not really enough info in your post to be able to help you. Can you post again and show your embedding code? Also the html form generated by the jsp. Many times 404 errors are caused by servlets not actually being deployed at the mapping path that you think they are ... try hitting the servlet directly.

Jan


On 29 May 2013 06:21, Ranjith Koduri <nanikpranjith9@xxxxxxxxx> wrote:
I've tried using servlet definition without annotations and I still face the same issue. 

Thanks & Regards,
Ranjith
MS-MIS, Univ Of Illinois at Chicago.





On Tue, May 28, 2013 at 2:03 PM, Ranjith Koduri <nanikpranjith9@xxxxxxxxx> wrote:
Hi,
I'm trying to post values from a Jsp form to a servlet using embedded jetty. I'm using annotations for configuring servlets, unfortunately I'm getting a 404 error once I post jsp form to servlet. Is there any working example of posting a jsp form to servlet using embedded jetty ? 

Thank you.


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users




--
Jan Bartel <janb@xxxxxxxxxxx>
www.webtide.com – Developer advice, services and support
from the Jetty & CometD experts.

Back to the top