All,

I am setting up a config where Apache and Tomcat are on different hosts. In
the Jakarta documentation, the worker.properties example describes the setup
for Apache and Tomcat on the same host. I have read John Turner's excellent
web page which also describes the setup for Apache and Tomcat on the same
host.

To configure the Apache workers.properties file to communicate with Tomcat
on different hosts, what are the crucial directives ?  I know it will be
something like this to connect with one host:

worker.list=ajp13
worker.ajp13.host="name of host with Tomcat"
worker.ajp13.type=ajp13

How do you configure to talk with multiple hosts ?


Thanks




--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to