On Sun, 12 Sep 2004 14:53:43 -0600, Patricia Swarbrick
<[EMAIL PROTECTED]> wrote:

>I've gone throught the server.xml files and the worker2.properties
files to make sure that the two tomcat instances are not using the
same port to communicate with the apache server.

I think you're on the right track regarding ports.  You need to also
make sure that the 2 server.xml files aren't specifiying duplicate
ports anywhere else - not just for communicating to Apache.  An
out-of-the-box Tomcat server.xml specifies a number of ports besides
the jk2 connector.  Especially make sure all the http connectors are
different (or commented out or deleted, since you shouldn't need
them).

It's very common to run multiple Tomcat instances on 1 server.  An
easy way to tell whether a port conflict is causing your problem is to
shut down the one that's working and then start up the failing one by
itself.  If it now works, you can be pretty sure it's a port conflict.
There should be an error message somewhere - if not in a log file then
in stdout or stderr.

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

Reply via email to