No, but you'll need to change the IP address in your workers.properties or
workers2.properties file to point to the computer that serves your tomcat
instance.  I know in the workers2.properties (for JK2) you would to change
the 
[channel.socket:localhost:8009] to [channel.socket:(IPADDRESS):(PORT)].

In workers.properties (for JK) I believe you want to change 

worker.ajp13.host=localhost

To

worker.ajp13.host=(IPADDRESS)

I haven't actually worked with JK much though, just read the documentation,
so if the latter doesn't work, you should probably check with someone else.

Hope that helps
Andrew

-----Original Message-----
From: Phil Cox [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 13, 2004 11:46 AM
To: 'Tomcat Users List'
Subject: RE: Problems getting Tomcat 5.0.18 to work with IIS 5


I am trying to get this running as well. Does Tomcat and IIS have to be
installed on the same box?

Phil



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to