Skip to main content

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

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.

Back to the top