Re: Sharing compiled JSPs

2007-03-28 Thread Bernhard Fröhler
to have one scratch directory for the shared webapps that all the hosts can use. This way I can pre-compile just one set of JSPs. -Steve -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: 27 March 2007 22:37 To: Tomcat Users List Subject: Re: Sharing compiled JSPs

Re: Sharing compiled JSPs

2007-03-28 Thread David Delbecq
En l'instant précis du 28/03/07 00:14, Steve Vangasse s'exprimait en ces termes: My application has a large number of contexts under virtual hosts that use the same set of webapps. At present, all the JSPs are compiled to a different scratch directory under tomcat/work for each context. Is it

RE: Sharing compiled JSPs

2007-03-28 Thread Steve Vangasse
to move the compiled JSPs under the shared class loader? If so how would you go about doing that? Thanks, Steve -Original Message- From: David Delbecq [mailto:[EMAIL PROTECTED] Sent: 28 March 2007 12:11 To: Tomcat Users List Subject: Re: Sharing compiled JSPs En l'instant précis du 28/03

Re: Sharing compiled JSPs

2007-03-27 Thread Martin Gainty
: Sharing compiled JSPs My application has a large number of contexts under virtual hosts that use the same set of webapps. At present, all the JSPs are compiled to a different scratch directory under tomcat/work for each context. Is it possible to use a shared scratch directory to save on perm gen

Re: Sharing compiled JSPs

2007-03-27 Thread Alon Belman
vous signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: Steve Vangasse [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Tuesday, March 27, 2007 6:14 PM Subject: Sharing compiled JSPs My application has a large number

RE: Sharing compiled JSPs

2007-03-27 Thread Steve Vangasse
Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: 27 March 2007 22:37 To: Tomcat Users List Subject: Re: Sharing compiled JSPs Steve- jsps get pre-compiled to $CATALINA_HOME/work/Catalina/localhost generally in the form JSPName_jsp.java Does this answer your question? Martin