This question has prolly been asked a lot but....
I currently have a Context Manager set up for the root directory  /home/http/jsp
 
However, I would like any page with a .jsp extension and not just located in that directory to be recognized by tomcat
 
I have added the following to my httpd.conf file
 
<IfModule mod_dir.c>
    DirectoryIndex index.html index.jsp
</IfModule>
 
 
I have 4 virtual hosts in my httpd.conf file. Do I need to set up vhosts in tomcat?
 
 
thanx
-ryan

Reply via email to