RE: $CATALINA_HOME\shared configuration question

2004-08-16 Thread Shapira, Yoav
Hi, >So, I suppose that makes question #2: is there a way to have two seperate >tomcat >contexts use the same web-inf folder? Sure: any number of Tomcat contexts can use the same docBase. Only the path attribute of the Context must be unique within the Host. Yoav Shapira --

RE: $CATALINA_HOME\shared configuration question

2004-08-16 Thread nhelder
Sorry for the delay; I initially sent this message in the wrong direction and then was gone for the weekend. I think the bottom line is that I need to familiarize myself more with standard Tomcat file structures and packaging techniques, and any places to go for that information would be more than

RE: $CATALINA_HOME\shared configuration question

2004-08-13 Thread Shapira, Yoav
Hi, >We're in the process of adopting the use of the >$CATALINA_HOME\shared\classes >and $CATALINA_HOME\shared\lib directories (windows platform) to encourage >greater code sharing and integration, and I'm having trouble getting Tomcat >to >watch these folders for changes and refresh it's cache if

Re: $CATALINA_HOME\shared configuration question

2004-08-12 Thread QM
On Thu, Aug 12, 2004 at 03:41:46PM -0500, [EMAIL PROTECTED] wrote: : As near as I can tell, for a typical context, it seems the way to do this is to : hop into the server.xml file and set the "reloadable" value to true. : : However, I'm not seeing a context within that file that pertains to the :