RE: Compile JSP on Tomcat Startup

2003-02-28 Thread Molof, Barry
PROTECTED] Sent: Wednesday, February 26, 2003 3:07 AM To: Tomcat Users List Subject: Re: Compile JSP on Tomcat Startup I think that you would use jspc (JSP compiler) that comes with Tomcat distribution. It's materialized in jsp.bat[sh] in $TOMCAT_HOME/bin directory. I hope I'm correct, but I

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

RE: Compile JSP on Tomcat Startup

2003-02-28 Thread Edson Alves Pereira
Assunto: RE: Compile JSP on Tomcat Startup Prioridade: Alta 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

RE: Compile JSP on Tomcat Startup

2003-02-28 Thread Robert Csiki
why. I'm sorry for you but let's hope somebody will light us up... Robert -Original Message- From: Molof, Barry [mailto:[EMAIL PROTECTED] Sent: February 28, 2003 1:07 PM To: Tomcat Users List Subject: RE: Compile JSP on Tomcat Startup Importance: High Can someone PLEASE help me

RE: Compile JSP on Tomcat Startup

2003-02-28 Thread Karr, David
. -Original Message- From: Molof, Barry [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 10:07 AM To: Tomcat Users List Subject: RE: Compile JSP on Tomcat Startup Importance: High Can someone PLEASE help me? This is an urgent issue. Thanks -Original Message- From: Molof

Re: Compile JSP on Tomcat Startup

2003-02-26 Thread Mr. Cristian Romanescu
I think that you would use jspc (JSP compiler) that comes with Tomcat distribution. It's materialized in jsp.bat[sh] in $TOMCAT_HOME/bin directory. I hope I'm correct, but I cannot give you more info regards, c. At 04:07 PM 2/25/2003 -0500, you wrote: How can I compile all of my JSPs when I

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