You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mike Streeton <mi...@ardentia.co.uk> on 2006/06/05 12:54:35 UTC

Cascade webapps

Is it possible to have webapps in subdirectories, e.g.

 

Webapp A uses context /

Webapp B uses /B

Webapp C uses /B/C

 

Assuming that webapp A does not have a directory/servlet called B and
webapp B does not have a directory/servlet call C.

 

Thanks

 

Mike

 

www.ardentia.com the home of NetSearch

 


Re: Cascade webapps

Posted by Mark Thomas <ma...@apache.org>.
Mike Streeton wrote:
> Is it possible to have webapps in subdirectories, e.g.
> 
> Webapp A uses context /
> 
> Webapp B uses /B
> 
> Webapp C uses /B/C
> 
> Assuming that webapp A does not have a directory/servlet called B and
> webapp B does not have a directory/servlet call C.

Yes, with the restriction you have already identified that is fine.

Beware of which Tomcat version you use though, you might hit bug
13040. It is fixed in 5.5.14 and will be fixed in 4.1.32 when it is
released.

Mark

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org