It worked! Much simpler than all the solutions I have tried so far.
Thanks a lot for helping me solve this. - Sathish > 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] > > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > > -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]