multiple context paths pointing to the same doc base?

2001-08-22 Thread Vladimir Grishchenko
Hi there, May be somebody can give me a quick answer with regards to T3.2.2. I need to have multiple context paths to point to the same doc base, say my server.xml has the following entries: Context path=/somectx docBase=d:/foo/bar debug=0 reloadable=false

Re: multiple context paths pointing to the same doc base?

2001-08-22 Thread Craig R. McClanahan
On Wed, 22 Aug 2001, Vladimir Grishchenko wrote: Hi there, May be somebody can give me a quick answer with regards to T3.2.2. I need to have multiple context paths to point to the same doc base, say my server.xml has the following entries: Context path=/somectx

Re: multiple context paths pointing to the same doc base?

2001-08-22 Thread Vladimir Grishchenko
: Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 22, 2001 9:41 AM Subject: Re: multiple context paths pointing to the same doc base? On Wed, 22 Aug 2001, Vladimir Grishchenko wrote: Hi there, May be somebody can give me a quick answer with regards

Re: multiple context paths pointing to the same doc base?

2001-08-22 Thread Craig R. McClanahan
Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 22, 2001 9:41 AM Subject: Re: multiple context paths pointing to the same doc base? On Wed, 22 Aug 2001, Vladimir Grishchenko wrote: Hi there, May be somebody can give me a quick

Re: multiple context paths pointing to the same doc base?

2001-08-22 Thread Vladimir Grishchenko
: Wednesday, August 22, 2001 9:41 AM Subject: Re: multiple context paths pointing to the same doc base? On Wed, 22 Aug 2001, Vladimir Grishchenko wrote: Hi there, May be somebody can give me a quick answer with regards to T3.2.2. I need to have multiple context paths

Re: multiple context paths pointing to the same doc base?

2001-08-22 Thread Craig R. McClanahan
On Wed, 22 Aug 2001, Vladimir Grishchenko wrote: Date: Wed, 22 Aug 2001 11:19:47 -0700 From: Vladimir Grishchenko [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: multiple context paths pointing to the same doc base? Thanks for the clarification

Re: multiple context paths pointing to the same doc base?

2001-08-22 Thread Vladimir Grishchenko
One option you have is to put the classes that actually cache things into a common directory ($TOMCAT_HOME/lib or $CATALINA_HOME/lib). Such classes are shared across web apps, so this should accomplish your goal of having a single cache. They are loaded from a (common) parent class loader

Re: multiple context paths pointing to the same doc base?

2001-08-22 Thread Dmitri Colebatch
On Wed, 22 Aug 2001, Vladimir Grishchenko wrote: One option you have is to put the classes that actually cache things into a common directory ($TOMCAT_HOME/lib or $CATALINA_HOME/lib). Such classes are shared across web apps, so this should accomplish your goal of having a single

Re: multiple context paths pointing to the same doc base?

2001-08-22 Thread Craig R. McClanahan
On Thu, 23 Aug 2001, Dmitri Colebatch wrote: Date: Thu, 23 Aug 2001 06:42:13 +1000 From: Dmitri Colebatch [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: multiple context paths pointing to the same doc base? On Wed, 22 Aug 2001, Vladimir Grishchenko

Re: multiple context paths pointing to the same doc base?

2001-08-22 Thread Dmitri Colebatch
On Wed, 22 Aug 2001, Craig R. McClanahan wrote: Since the original objective was to share the cache, it seems to me that one versus two contexts is not a big deal, right? ahhh, sorry - missed the start of the thread... thought it was a more general one webapp thing... you would be well