Re: Trouble connecting Tomcat 7.0 with Apache Server 2.2

2011-03-04 Thread André Warnier
Stijn Vanhoorelbeke wrote: Hi, I've coupled Apache2 myself with Tomcat6 on an ubuntu system. To manage to do this, the following guide was quite useful - maybe you can have a look at it. > http://ubuntuforums.org/showthread.php?t=219985 Stijn, That guide is very, very specific to Ubuntu

Re: Trouble connecting Tomcat 7.0 with Apache Server 2.2

2011-03-04 Thread Stijn Vanhoorelbeke
Hi, I've coupled Apache2 myself with Tomcat6 on an ubuntu system. To manage to do this, the following guide was quite useful - maybe you can have a look at it. > http://ubuntuforums.org/showthread.php?t=219985 Stijn Vanhoorelbeke, 2011/3/3 John C > > I am trying to connect Tomcat 7.0 and

Re: Trouble connecting Tomcat 7.0 with Apache Server 2.2 (reposting question - hopefully this formats better)

2011-03-03 Thread André Warnier
You are still having formatting issues, which makes it a bit difficult to follow. But you seem to have found the issue : the "worker name" used as the last item on a JkMount line, must match one named in the workers.properties file. (The "worker" in this case meaning one background Tomcat to d

RE: Trouble connecting Tomcat 7.0 with Apache Server 2.2 (reposting question - hopefully this formats better)

2011-03-03 Thread John C
I fixed my own problem. I changed the workers.properties file to this: workers.tomcat_home=C:\Program Files (x86)\Apache Software Foundation\Tomcat 7.0workers.java_home=C:\Program Files (x86)\Java\jdk1.6.0_17ps=\worker.list=myworkerworker.myworker.port=8009worker.myworker.host=localhostworker.my