How in apache do I get all my .jsp files to be executed by tomcat.  Even when I use the WebAppMount, the servlets work, but it won't execute the jsp.   Basically I don't car about servlets, I just want my server to recognize any *.jsp and have tomcat 4.0 execute without having to specify a port in the URL like 8080. 
 
Here is my current apache httpd.conf virtual host.
 
< VirtualHost 192.168.1.101 >
ServerName www.jefetech.com
DocumentRoot /home/httpd/html
ErrorLog /home/httpd/jefetech_error.log
WebAppConnection warpConnection warp 192.168.1.101:8008
WebAppMount examples warpConnection /examples/
< /VirtualHost >
 
Thank  you so much for your time,
 
Jeff 

Reply via email to