Sathish Vadhiyar wrote:
> Hi,
> 
> I have set up a virtual host named app in my server.xml as:
> 
> <Host name="app.com"  appBase="webapps/app">
> <Context path="" docBase="."/>
> </Host>

appBase must not equal docBase.

Rename webapps/app to webapps-app/ROOT and use the following
<Host name="app.com"  appBase="webapps-app">
</Host>

See http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html for
more info

Mark



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