...get an answer to the following:

For Tomcat 5.5.20, how do I configure virtual hosts using a context.xml file in the META-INF directory (of each domain's .war file) as opposed to having to do the following in server.xml....

<Host name="domain.com" appBase="" .....>
   <Context path="" docBase="webapps/domain"/>
</Host>

Thanks,

Matthew

---------------------------------------------------------------------
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