Re: Connecting Apache Tomcat to Apache

2009-01-29 Thread Mike Eller
This was also the answer for me (original poster). I placed the mount directives directly in the virtual host that I needed it in and all works well. Thank you for the assistance. I am sure I will be back with additional questions...so don't go far. Very Respectfully, Mike On Wed, 2009-01-28 at

Re: Connecting Apache Tomcat to Apache

2009-01-28 Thread Mike Eller
Ok, workers.properties is as follows: workers.tomcat_home=/usr/lib/apache-tomcat workers.java_home=/usr/lib/jdk worker.list=worker1 worker.worker1.port=8009 worker.worker1.host=webber worker.worker1.type=ajp13 This is a simple file from the tutorial. The jkmount directives in httpd-conf...

Connecting Apache Tomcat to Apache

2009-01-28 Thread Mike Eller
Hi, I am new to Tomcat and trying to get it up and running. I have an Apache server (2.2.3) running on CentOS 5.2. I want to add the capabilities that tomcat brings, mainly JSP for now. I followed the connector tutorial/guide on the web site. I have tomcat running and can access pages if I use