RE: Sharing compiled JSPs

2007-03-28 Thread Steve Vangasse
le 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éci

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-27 Thread Bernhard Fröhler
like 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

RE: Sharing compiled JSPs

2007-03-27 Thread Steve Vangasse
ginal 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? M

Re: Sharing compiled JSPs

2007-03-27 Thread Alon Belman
de ce document, nous 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: Sent: Tuesday, March 27, 2007 6:14 PM Subject: Sharing compiled JSPs My applic

Re: Sharing compiled JSPs

2007-03-27 Thread Martin Gainty
l. Si vous n'êtes pas le destinataire de ce document, nous 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: Sent: Tuesday, March 27, 2007 6:14 PM

Sharing compiled JSPs

2007-03-27 Thread Steve Vangasse
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 memory and cut down the