Re: virtual host and cgi-bin

2008-09-04 Thread Sathish Vadhiyar
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: >> >> >> >> > > appBase must not equal docBase. > > Rename webapps/app to

Re: virtual host and cgi-bin

2008-09-04 Thread Mark Thomas
Sathish Vadhiyar wrote: > Hi, > > I have set up a virtual host named app in my server.xml as: > > > > appBase must not equal docBase. Rename webapps/app to webapps-app/ROOT and use the following See http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html for more info Mark

virtual host and cgi-bin

2008-09-04 Thread Sathish Vadhiyar
Hi, I have set up a virtual host named app in my server.xml as: The default page is opening correctly. There is a link in this page that points to a jsp file (register.jsp) that is located in webapps/app/WEB-INF/cgi However, this link is not working correctly. Please help in making this wo