You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Luigi Savini <ls...@akros.it> on 2002/07/31 09:27:02 UTC

How can i connect Apache to Tomcat in different machines?

I have Apache Web Server on host 172.24.96.56
and Jakarta Tomcat 4.0.4 on host 172.24.96.57

Apache connects to Tomcat by mod_jk.

In my workers.properties i have specified the following code:
----------------------------------------
worker.ajp13.port=8009
worker.ajp13.host=172.24.96.57
worker.ajp13.type=ajp13
worker.ajp13.lbfactor=1
----------------------------------------

Now, Apache connects to Tomcat on the TCP port 8009 but it receive no
answer!
Should i define a virtual host in tomcat/apache to handle request from
Apache?

thanx,
Luigi


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>