Once the servlet is compiled, it needs to be installed in the web container in its proper location or a default servlet directory. |
|
Can I use a Java application instead of a JSP to invoke a servlet on an application server? |
|
When a JSP is first invoked, it is automatically turned into a servlet. |
|