-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Karthik,

karthikn wrote:
| Tomcat 1 is on c:/TOMCAT1   on startup port - 8081
| <Connector port="8081" protocol="HTTP/1.1" connectionTimeout="20000"
| redirectPort="8443" />
|
| Tomcat 2 is on d:/TOMCAT2  on startup port -  8082
| <Connector port="8082" protocol="HTTP/1.1" connectionTimeout="20000"
| redirectPort="8443" />

Are you sure?

| TOMCAT1 >> .server.xml is as follows
|
| <Connector port="8081" protocol="HTTP/1.1" connectionTimeout="20000">
| redirectPort="8443" />
| <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
| <Engine name="Catalina" defaultHost="localhost" jvmRoute="node01">

This configuration looks good, although you probably don't need the
HTTP/1.1 connector at all, unless you want to be able to contact each
Tomcat individually.

| TOMCAT2 >> .server.xml is as follows
|
| <Connector port="8081" protocol="HTTP/1.1" connectionTimeout="20000">
| redirectPort="8443" />
| <Connector port="8010" protocol="AJP/1.3" redirectPort="8443" />
| <Engine name="Catalina" defaultHost="localhost" jvmRoute="node02">

You have a port conflict with your HTTP/1.1 connector between the two
Tomcats. It doesn't matter what service you're trying to run: you cannot
have two things listening on the same port at the same time.

Using this configuration, TOMCAT2 will never start up.

You also need to re-port your workers.properties file.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkg+yYEACgkQ9CaO5/Lv0PBLuQCgrHgsprXjv5zXkyXO4gQiktLf
1QMAn08pl4PyOXOvk2DjgaAMqRJwbRjX
=mReW
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to