> From: Andrew Miehs [mailto:[EMAIL PROTECTED] 
> Subject: Re: Multiple paths to one application
> 
> Doesn't this only work if your application replaces the 'ROOT'  
> application?

Correct.

If you want two names for the same app, you could place an additional
<Context> element in conf/[engine]/[host]/[app2name].xml, with a docBase
attribute pointing to the app to be aliased.  This actually gets you two
deployments of the same app, so singletons and static fields won't be
shared across them.  That may or may not suffice.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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

Reply via email to