RE: How to do the precompilation on jsp

2006-08-14 Thread Wang, Hansen
Download Tomcat Deployer and play with it. There is straightforward documentation and example in the deployer. Regards, Hansen -Original Message- From: Raju Balugu [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 09, 2006 11:42 PM To: Tomcat Users List Subject: Re: How to do the

Re: How to do the precompilation on jsp

2006-08-14 Thread Martin Gainty
If you want all your webapps to access the jar place ant.jar in your $TOMCAT_HOME/shared/lib M- * This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this

Re: How to do the precompilation on jsp

2006-08-10 Thread Raju Balugu
Hi All, I have a basic doubt on precompilation .I am doing precompilation using the scripts(jspc.sh) . Its giving the Exception in thread main java.lang.NoClassDefFoundError: org/apache/tools/ant/util/FileUtils at org.apache.jasper.JspC.resolveFile(JspC.java:1395) at

Re: How to do the precompilation on jsp

2006-08-08 Thread Raju Balugu
Thanks Subir , I didn't find the jspc.sh script in tomcat5.5.17..Could you please point me to that location? Thanks in advance Regards Raju On 8/5/06, Subir Sengupta [EMAIL PROTECTED] wrote: Use the jspc.sh script to precompile your jsp's. -Original Message- From: Sameer Acharya

RE: How to do the precompilation on jsp

2006-08-04 Thread Subir Sengupta
Use the jspc.sh script to precompile your jsp's. -Original Message- From: Sameer Acharya [mailto:[EMAIL PROTECTED] Sent: Thursday, August 03, 2006 3:43 AM To: Tomcat Users List Subject: Re: How to do the precompilation on jsp My understanding is that you need to pre-compile jsp's from

Re: How to do the precompilation on jsp

2006-08-03 Thread Sameer Acharya
My understanding is that you need to pre-compile jsp's from your build before you start using the application right ? You can write a simple script to hit all your jsp's ( need to start tomcat first), this will precompile your jsp's. -Sameer Raju Balugu [EMAIL PROTECTED] wrote: Hi All, We are

Re: How to do the precompilation on jsp

2006-08-03 Thread Chris Lear
* Raju Balugu wrote (03/08/06 10:14): Hi All, We are using the clearcase for version control(vob).My requirement is like..I need to do the precompilation before going to ran a build?is there any utilities in tomcat end or third partys.(as the jasper-compiler is so fast we are palning to do

Re: How to do the precompilation on jsp

2006-08-03 Thread Chris Lear
* Chris Lear wrote (03/08/06 11:48): * Raju Balugu wrote (03/08/06 10:14): Hi All, We are using the clearcase for version control(vob).My requirement is like..I need to do the precompilation before going to ran a build?is there any utilities in tomcat end or third partys.(as the