Do any of you know where to set the keep generated option in websphere ?
 
Deepak
-----Original Message-----
From: Chen, Gin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 24, 2002 2:54 PM
To: [EMAIL PROTECTED]
Subject: Re: Compiling JSP's

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

Reply via email to