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