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 Jordan Michaels
Thanks folks. Oddly enough I ran into this same issue with almost an identical system at the same time as the original poster (odd in itself), and this solution fixed me right up. I added the "JkMountCopy all" line under the rest of my global jkmount lines and that fixed me right up. Thank yo

Re: Connecting Apache Tomcat to Apache

2009-01-28 Thread Rainer Jung
On 28.01.2009 22:58, André Warnier wrote: Mike Eller wrote: Ok, workers.properties is as follows: workers.tomcat_home=/usr/lib/apache-tomcat comment out or delete, obsolete workers.java_home=/usr/lib/jdk comment out or delete, no longer needed worker.list=worker1 good, and it matches my

Re: Connecting Apache Tomcat to Apache

2009-01-28 Thread André Warnier
Mike Eller wrote: Ok, workers.properties is as follows: workers.tomcat_home=/usr/lib/apache-tomcat comment out or delete, obsolete workers.java_home=/usr/lib/jdk comment out or delete, no longer needed worker.list=worker1 good, and it matches my earlier explanation worker.worker1.port=

Re: Connecting Apache Tomcat to Apache

2009-01-28 Thread André Warnier
Mike Eller wrote: 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 ac

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...

Re: Connecting Apache Tomcat to Apache

2009-01-28 Thread Gregor Schneider
If you want people to help you, it's a good idea to post - workers.properties (should be in /etc/apache2) - your jkmount-directives (should be in the httpd-conf-file of your domain) Not knowing CentOS, therefore just a shot from the hip: - do you have a directory /etc/apache2/mods-available? I

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