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

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

help with virtual hosting

2008-09-02 Thread Sathish Vadhiyar
Hi, I have tried various solutions regarding virtual hosts in tomcat and none of them work. I have in my server.xml: Under my webapps directory, I have vh1 directory I have vh1.com in my DNS. So, when I type http://v1.com, it is opening the project corresponding to webapps/vh1. Now, I have