RE: Compile JSP on Tomcat Startup

2003-02-28 Thread Molof, Barry
I tried jspc and all it did was convert .jsp to .java, instead of .class. I'm looking for a solution that handles the conversion of .jsp to .java to .class files during Tomcat 3.3.1a startup. Can anyone else help? Thanks -Original Message- From: Mr. Cristian Romanescu [mailto:[EMAIL

RE: Compile JSP on Tomcat Startup

2003-02-28 Thread Molof, Barry
Can someone PLEASE help me? This is an urgent issue. Thanks -Original Message- From: Molof, Barry Sent: Friday, February 28, 2003 10:02 AM To: Tomcat Users List Subject: RE: Compile JSP on Tomcat Startup I tried jspc and all it did was convert .jsp to .java, instead of .class. I'm

Compile JSP on Tomcat Startup

2003-02-25 Thread Molof, Barry
How can I compile all of my JSPs when I start Tomcat? The version I am using is 3.3.1a. Any help would be great. Thanks. Barry

Compile JSP on Startup

2003-02-24 Thread Molof, Barry
I am currently using Tomcat 3.3.1a. I would like to know how to compile all of the JSP files when Tomcat starts. Right now the JSP files get compiled on the first instance of the JSP. Therefore, running the app for the first time is very slow. Can anyone tell me what I have to configure to get