Re: Compile JSP before the first request arrives

2009-05-27 Thread David Smith
S Arvind wrote: > Is there any way to pre-compile all the jsp files, when we are deploying in > the production environment? > > -Arvind S > > * > > "Many of lifes failure are people who did not realize how close they were to > success when they gave up." > -Thomas Edison* > > Yes ... depends on

Re: Compile JSP before the first request arrives

2009-05-27 Thread S Arvind
can you give me the good docs about this.. -Arvind S * "Many of lifes failure are people who did not realize how close they were to success when they gave up." -Thomas Edison * On Wed, May 27, 2009 at 6:23 PM, David Smith wrote: > S Arvind wrote: > > Is there any way to pre-compile all the jsp

RE: Compile JSP before the first request arrives

2009-05-27 Thread Ghufran
details at http://www.rgagnon.com/javadetails/java-0414.html Regards Ghufran -Original Message- From: S Arvind [mailto:arvindw...@gmail.com] Sent: Wednesday, May 27, 2009 6:31 PM To: Tomcat Users List Subject: Re: Compile JSP before the first request arrives can you give me the

RE: Compile JSP before the first request arrives

2009-05-27 Thread Caldarale, Charles R
> From: S Arvind [mailto:arvindw...@gmail.com] > Subject: Re: Compile JSP before the first request arrives > > can you give me the good docs about this.. It's in the Tomcat docs: http://tomcat.apache.org/tomcat-6.0-doc/jasper-howto.html#Production%20Configuration http://tomcat.

Re: Compile JSP before the first request arrives

2009-05-27 Thread Serge Fonville
Hi > Some JSP containers (as per section 8.4.2 of the JSP 1.2 specification) > support the capability of precompiling a JSP page. > > To precompile a JSP page, access the page with a query string of > ?jsp_precompile How is this different from just accessing the page after deploying it? And can

Re: Compile JSP before the first request arrives

2009-05-27 Thread Hassan Schroeder
On Wed, May 27, 2009 at 6:51 AM, Serge Fonville wrote: >> To precompile a JSP page, access the page with a query string of >> ?jsp_precompile > > How is this different from just accessing the page after deploying it? Yeah, what? :-) > And can this also be done for an entire webapp instead of a

Re: Compile JSP before the first request arrives

2009-05-27 Thread Len Popp
On Wed, May 27, 2009 at 09:51, Serge Fonville wrote: > Hi > >> Some JSP containers (as per section 8.4.2 of the JSP 1.2 specification) >> support the capability of precompiling a JSP page. >> >> To precompile a JSP page, access the page with a query string of >> ?jsp_precompile > > How is this dif

Re: Compile JSP before the first request arrives

2009-05-28 Thread S Arvind
gt; -Original Message- > From: S Arvind [mailto:arvindw...@gmail.com] > Sent: Wednesday, May 27, 2009 6:31 PM > To: Tomcat Users List > Subject: Re: Compile JSP before the first request arrives > > > > can you give me the good docs about this.. > > >

RE: Compile JSP before the first request arrives

2009-05-28 Thread Ghufran
http://hostname.com/mywebapp/mypage.jsp?jsp_precompile=true Regards Ghufran -Original Message- From: S Arvind [mailto:arvindw...@gmail.com] Sent: Thursday, May 28, 2009 3:03 PM To: Tomcat Users List Subject: Re: Compile JSP before the first request arrives Hi Ghufran,

Re: Compile JSP before the first request arrives

2009-05-28 Thread S Arvind
gt; Ghufran > > > > -Original Message- > From: S Arvind [mailto:arvindw...@gmail.com] > Sent: Thursday, May 28, 2009 3:03 PM > To: Tomcat Users List > Subject: Re: Compile JSP before the first request arrives > > > > Hi Ghufran, > >

RE: Compile JSP before the first request arrives

2009-05-28 Thread Martin Gainty
ng this url > > > > <http://hostname.com/mywebapp/mypage.jsp?jsp_precompile> > > http://hostname.com/mywebapp/mypage.jsp?jsp_precompile > > > > or try this > > > > http://hostname.com/mywebapp/mypage.jsp?jsp_precompile=true > > > > > &g

Re: Compile JSP before the first request arrives

2009-05-29 Thread S Arvind
e sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > > > > From: arvindw...@gmail.com > > Date: Thu, 28 May 2009 15:57:31 +0530 > > Subject: Re: Compile JSP before the first request arrives > > To: users@t