What I meant was that you mentioned "jk" not "jk2" so I was assuming that they work the same however with different protocol (AJP13/AJP14). And also wanted to know how to get warp (mod_webapp) to facilitate your different machine scenario.
Anthony > warp will work with mod_webapp, not mod_jk > > -----Original Message----- > From: Anthony W. Marino [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 24, 2002 1:36 PM > To: Tomcat Users List; Douglas, Rory > Subject: Re: Apache-Tomcat on different machines > > > Will this also work for warp? I'm assuming that mod_jk2 will work as > mod_jk > > does to this regard. > > Anthony > > > 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]>
