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
Steve- jsps get pre-compiled to $CATALINA_HOME/work/Catalina/localhost generally in the form JSPName_jsp.java Does this answer your question? Martin-- --- This e-mail message (including attachments, if any) is intended

Re: Sharing compiled JSPs

2007-03-27 Thread Alon Belman
Steve, The path for the scratch directory is configurable, so you can certainly try to point them all at the same one and see what happens. However it seems to me the better solution would be to simply deploy precompiled jsps and avoid this problem altogether -- unless there's something with

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