I'm trying to use two instances of tomcat 5.0.12 with apache 2.0.48.
One instance listen at port 8009 while other listen on port 50089.
Reading the output of error_log of apache it seems that channelSocket.open() try to connect always on port 8009...
All request are sent to instance listening at port 8009.
Where i'm wrong?


Follow my workers2.properties:

[shm]
file=${serverRoot}/logs/shm.file
size=1048576

[status:status]

[channel.socket:127.0.0.1:50089]
port=50089
host=127.0.0.1
tomcatId=tomcat_pz
debug=1
[ajp13:127.0.0.1:50089]
channel=channel.socket:127.0.0.1:50089
[uri:/pzmanager/*]
group=ajp13:127.0.0.1:50089
[uri:/pzadmin/*]
group=ajp13:127.0.0.1:50089

[channel.socket:127.0.0.1:8009]
port=8009
host=127.0.0.1
tomcatId=tomcat_mf
debug=1
[worker_mf]
channel=channel.socket:127.0.0.1:8009


Follow the output of error_log file of apache:


[notice] Apache/2.0.48 (Unix) mod_ssl/2.0.48 OpenSSL/0.9.6b mod_jk2/2.0.2 PHP/4.3.4 configured -- resuming normal operations
[error] channelSocket.open() connect failed 127.0.0.1:8009 111 Connection refused
[error] ajp13.connect() failed ajp13:127.0.0.1:50089
[error] ajp13.service() failed to connect endpoint errno=111 Connection refused
[error] ajp13.service() Error forwarding ajp13:127.0.0.1:50089 1 1
[error] mod_jk.handler() Error connecting to tomcat 120000


Thanks in advance for your help/idea....

--

Angelo Alerta
Mainfield srl
Via I. Rosellini 2
20124 Milano, Italy
[EMAIL PROTECTED]
www.mainfield.com
+39266800026


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



Reply via email to