1) What is in your worker.properties file?

2) The following lines in Apache log:

[Thu May 29 20:25:56 2008] [1264:2008] [info] jk_connect.c (566):
connect to 10.10.16.63:8009 failed (errno=61)

mod_jk tries to connect to 10.10.16.63. Is the IP address correct?
In the worker.properties that you posted earlier it was localhost (127.0.0.1).



2008/5/29 karthikn <[EMAIL PROTECTED]>:
> Hi
>
>>>Using this configuration, TOMCAT2 will never start up.
>
> I am confused ....
>
> TC1
>
> <Connector port="8081" protocol="HTTP/1.1" connectionTimeout="20000">
> redirectPort="8443" />
> <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
>
>
>
> TC2
>
> <Connector port="8082" protocol="HTTP/1.1" connectionTimeout="20000">
> redirectPort="8443" />
> <Connector port="8010" protocol="AJP/1.3" redirectPort="8443" />
>
>
>
>
> Yes I am able to start both TOMCATS  on Ports 8081 /8082 configurations in
> server.xml
>
> am i still missing anything in here.....
>
>
> with regards
> karthik
>
>
> Christopher Schultz wrote:
>>
>> -----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