You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mieke Banderas <mi...@gamebox.net> on 2005/11/30 00:41:39 UTC

Alias element in Tomcat 3.2.x virtual host configuration

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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org