As I understand it, you need to specify the server name and port of your Tomcat server in the worker.properties file (for mod_jk). The location of worker.properties is specified in httpd.conf for Apache.
eg. -----worker.properties----- worker.ajp13.port=8009 worker.ajp13.host=bob.somewhere.com for mod_webapp, you need to change httpd.conf as such WebAppConnection <<your connector name>> warp bob.somewhere.com:<<port number>> -----Original Message----- From: Adam Myatt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 1:26 PM To: [EMAIL PROTECTED] Subject: Apache-Tomcat on different machines Hi, Quick question - I checked the DOCS and Archive, but to no avail. I'm looking to run Apache on 1 machine and Tomcat on another machine. Any quick hints as to which config files I would need to modify? Thanks. - Adam -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
