> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Subject: Re: tomcat virtual host
>
> But, if a want to add a second application web , for example
> mysvn2 and i do not remove the mysvn,
> that is why I would like to use the virtual host.

Sorry, but your question does not make any sense to me.

I don't see anything stopping you from adding as many virtual hosts as you 
want.  If you need a different default webapp for each virtual host, then each 
<Host> will have to specify a different appBase attribute.  Any webapps that 
you want to be visible on multiple virtual hosts will either need to be 
deployed under each appBase, or have a <Context> element in 
conf/Catalina/[host]/[appName].xml that provides a docBase attribute pointing 
to the location of the webapp.

 - 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