As far as I understand you write virtual host server configuration like
this with the Alias element like this:
"<Alias>host.com</Alias>" as an alias to virtual host www.host.com.

What's the syntax in Tomcat 3.2.x?

My virtual host looks like this now:
      <Host name="www.host.com">
                <Context path="/"
                        docBase="webapps/www.host.com"
                        debug="0" 
                reloadable="true" 
                trusted="false"/>
         </Host>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to