I have only one tomcat instance running on port 50089 but mod_jk2 can't connect. It require port 8009?
If i try to run ajp connector on port 8009 all runs fine. But I need a different port.
This is the output log:
[Sun Mar 28 15:06:22 2004] [error] channelSocket.open() connect failed 127.0.0.1:8009 111 Connection refused
[Sun Mar 28 15:06:22 2004] [error] ajp13.connect() failed ajp13:localhost:50089
[Sun Mar 28 15:06:22 2004] [error] ajp13.service() failed to connect endpoint errno=111 Connection refused
[Sun Mar 28 15:06:22 2004] [error] ajp13.service() Error forwarding ajp13:localhost:50089 1 1
[Sun Mar 28 15:06:22 2004] [error] lb.service() worker failed 120000 for ajp13:localhost:50089
It seems that first time it looks to the port 8009. It's true?


This is my workers2.properties:
[shm]
info=Scoreboard. Requried for reconfiguration and status with multiprocess servers.
file=anon


# Defines a load balancer named lb. Use even if you only have one machine.
[lb:lb]

# Example socket channel, override port and host.
[channel.socket:localhost:50089]
port=50089
host=127.0.0.1

# define the worker
[ajp13:localhost:50089]
channel=channel.socket:localhost:50089
group=lb

# Map the Tomcat examples webapp to the Web server uri space
[uri:/pzmanager/*]
group=lb

[uri:/pzadmin/*]
group=lb

[status:]
info=Status worker, displays runtime information

[uri:/jkstatus/*]
info=The Tomcat /jkstatus handler
group=status:

Please Help me!

Thanks
Angelo




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



Reply via email to