On 30/04/2012 20:28, Shanti Suresh wrote:
> All,
> 
> Is there a way to specify with Tomcat 7, one webapp-base with multiple 
> contexts?

I may regret asking: why do you want do this?


p

> If I create several XML files under <tomcat-home>/conf/Catalina/localhost/ 
> and point the docbase to outside-appbase WAR path I get multiple 
> classloaders.  I would like one application instance to serve the different 
> contexts.  Is that possible?  An example of three context XML files follows.  
> But I get three classloaders and multiple deployments:
> 
> siteA.xml:
> 
> <Context docBase="/opt/tomcat/killerApp" path="/siteA" crossContext="true"
>          clearReferencesHttpClientKeepAliveThread="true"
>          clearReferencesStopTimerThreads="true"
>          swallowOutput="true" />
> 
> 
> siteB.xml:
> 
> <Context docBase="/opt/tomcat/killerApp" path="/siteB" crossContext="true"
>          clearReferencesHttpClientKeepAliveThread="true"
>          clearReferencesStopTimerThreads="true"
>          swallowOutput="true" />
> 
> 
> siteC.xml:
> 
> <Context docBase="/opt/tomcat/killerApp" path="/siteC" crossContext="true"
>          clearReferencesHttpClientKeepAliveThread="true"
>          clearReferencesStopTimerThreads="true"
>          swallowOutput="true" />
> 
> Thanks.
> 
>                      -Shanti
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 


-- 

[key:62590808]

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to