Re: force precompilation of JSPs

2003-08-14 Thread Stephan Wiesner
following method is part of the spec: http:///MyPage.jsp?jsp_precompile -Original Message- From: Kamholz, Keith (corp-staff) USX [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 10:53 AM To: 'Struts Users Mailing List' Subject: RE: force precompilation o

RE: force precompilation of JSPs

2003-08-10 Thread Kamholz, Keith (corp-staff) USX
Yes. :-) -Original Message- From: Ionel Gardais [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 2:48 AM To: Struts Users Mailing List Subject: force precompilation of JSPs Hi, I am experiencing a slow down when I access a JSP page for the first time after I deploy e web app.

Re: force precompilation of JSPs

2003-08-06 Thread Alen Ribic
If you are using Tomcat. %TOMCAT_HOME%/bin/jspc can do this. read your Tomcat documentation for instructions. For other look at vendor specific documentation for clues. --Alen - Original Message - From: "Ionel Gardais" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECT

RE: force precompilation of JSPs

2003-08-05 Thread Amit Kirdatt
Users Mailing List' Subject: RE: force precompilation of JSPs Yes. :-) -Original Message- From: Ionel Gardais [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 2:48 AM To: Struts Users Mailing List Subject: force precompilation of JSPs Hi, I am experiencing a slow down when

Re: force precompilation of JSPs

2003-08-05 Thread Nagendra Kumar O V S
hi, yes, u can precompile all your jsp pages in to servlets using the app server jsp compiler.. and give the corresponding servlet name and path in the web.xml..   -- nagi   ---Original Message---   From: Struts Us

RE: force precompilation of JSPs

2003-08-05 Thread thirumalai . veeraswamy
I am using iPlanet where I use the following ant target to rebuild the jsps or you can use this to do for each one @echo off java -classpath org.apache.jasper.JspC