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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to