You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Dave Kennedy <da...@dksy.net> on 2004/11/06 23:26:07 UTC

Tomcat server.xml configuration

Hi,
How is server.xml configured on a virtual private server (VPS) web host.

Where should appBase point for the virtual hosts?

Does anyone have a sample server.xml with this configuration?

Thanks in advance,
Dave

<Engine name="Standalone" defaultHost="localhost" debug="0">

  <Host name="localhost" appBase="webapps">  
  </Host>
  <Host name="domain2.com" appBase=?
  </Host>
  <Host name="domain1.com" appBase=?
  </Host>

</Engine>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org