I am using an Apache Tomcat integration with MOD_JK.. Attached is the server.xml file and httpd.conf file. I at least want to get the HelloWorldExample servlet to work..but can not even get that..Please anyone help. My jsps are working fine. I have my physical web application seperate from the tomcat install..thus the virutal host mapping. My document root is: /home/httpd/cordimarian-as Under that I have copied the /examples folder from the tomcat install but I can not get the HelloWorldExample to run. the url I'm entering in is http://www.cordimarian-as.org/examples/servlet/HelloWorldExample but i get the HTTP Status 404 - /examples/servlet/HelloWorldExample is not available.....
***can anyone tell me what I'm missing or what is out of WHACK? Any info you can provide would be wonderful!!! Thanks, -T
# Purpose: change root directory for apache and tomcat server (.jsp support) # to the same, to avoid conflicts and problems such as loading an image file DocumentRoot "/var/tomcat4/webapps/ROOT"