Table of Contents
Approved
Here are some simple steps that can help you solve the problem of sending jsp to the servlet.
g. g.
Is This Usually Not The Answer You Are Looking For? Check Out Other Questions Tagged With Jsp Servlet Forms Or Ask Your Own Questions.
Create a concrete class that extends HttpServlet
and add the @WebServlet
annotation to get the desired URL that the servlet will use for will.class lists
@webservlet ("/ yourservleturl")public YourServlet extends HttpServlet
And just include