RE: preloading JSPs

2004-02-08 Thread Merrill Cornish
I'm running Tomcat 5.0.18 under Windows and I don't see a jspc script in the Tomcat 
bin directory.


Merrill

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: preloading JSPs

2004-02-08 Thread Josh Rehman
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jasper-howto.html

Merrill Cornish wrote:

I'm running Tomcat 5.0.18 under Windows and I don't see a jspc script in the Tomcat bin directory.

Merrill

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


preloading JSPs

2004-02-05 Thread Alex Korneyev
Hello,

 all of my .jsp files are located on a network drive, so it takes much
 longer for them to be compiled the first time around. So, is there an
 option in 4.1.29 to preload and pre compile all the .jsp fles on
 start up?

 best regards,

 alex k


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: preloading JSPs

2004-02-05 Thread Subir Sengupta
Use the jspc precompile script to precompile your jsp's.  The script is
in Tomcats bin directory.

-Original Message-
From: Alex Korneyev [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 05, 2004 8:12 AM
Cc: Tomcat Users List
Subject: preloading JSPs


Hello,

 all of my .jsp files are located on a network drive, so it takes much
longer for them to be compiled the first time around. So, is there an
option in 4.1.29 to preload and pre compile all the .jsp fles on  start
up?

 best regards,

 alex k


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: preloading JSPs

2004-02-05 Thread Lists
look at jspc.bat or jasper.sh for JSP compiler.. This can be done 
through ant on Startup

On Feb 5, 2004, at 10:12 AM, Alex Korneyev wrote:

Hello,

 all of my .jsp files are located on a network drive, so it takes much
 longer for them to be compiled the first time around. So, is there an
 option in 4.1.29 to preload and pre compile all the .jsp fles on
 start up?
 best regards,

 alex k

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]