Re: force precompilation of JSPs

2003-08-14 Thread Stephan Wiesner
it, but the following method is part of the spec: http://your-server-name/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 of JSPs Yes

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

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 PROTECTED]

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 target name=compile.jsps depends=init,splash description=Compile the jsp file for faster access jspc destdir=${webserver.cache.folder} srcdir=${build.home} compiler=jasper41

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

RE: force precompilation of JSPs

2003-08-05 Thread Amit Kirdatt
To: 'Struts 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