A compiled JSP is a servlet - a Java class; it is compiled using the JSP compiler that comes with your servlet container (read the documentation).  For example, in JRun it's Jikes; in Tomcat it's Jasper.
 
Mark
-----Original Message-----
From: Kumar P Dhanyamraju [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 24, 2002 2:22 PM
To: [EMAIL PROTECTED]
Subject: Compiling JSP's

Hello All,
 
I apologise for asking a small question like this. But I could not find the answer for this question. I am very intersted in knowing about this.
How is a .jsp(compiled) generated? Is it like a .class that is generated from a java file compilation.
I would also like to find out in order to compile a .jsp Do I need a separate compiler or is it just like javac .java type of compile using jdk and the classpath change.
 
I would appreciate your answers.
 
Thanks once again for your help.
 
Aruna

Reply via email to