|
There's usually something called jspc that functions like the javac for
regular .java files. You run that on your .jsp files and it will first translate
it into a Servlet (with a regular .java extension) before compiling it into a
.class file.
One
thing you should know is that a jsp is just another form of a Servlet. All
jsps will eventually get compiled back to a Servlet.
Look
up jspc for Tomcat and also look up the keepgenerated option. That will
keep the .java file that is generated from your Servlet so that you have a good
idea what it is doing to your JSP page.
-Tim
|
- Compiling JSP's Kumar P Dhanyamraju
- Re: Compiling JSP's Galbreath, Mark
- Re: Compiling JSP's Kumar P Dhanyamraju
- Chen, Gin
