Has anyone got mod_jk2 and apache 1.3 connecting to Tomcat4 (via ajp13) on
any other port than 8009?

For some reason, no matter what port I configure in workers2.properties,
jk2/apache always want to connect to port 8009.

Tomcat is listening in port 38009 and my workers2.properties file looks like
this:

[config:]
file=${serverRoot}/conf/workers2.properties
debug=10
debugEnv=10


# SHM Stuff
[shm]
info=Scoreboard.
file=${serverRoot}/logs/jk2.shm
size=1048576

# Where is Tomcat Listening?
[channel.socket:localhost:38009]
port=38009
host=127.0.0.1

# define the worker
[ajp13:localhost:38009]
channel=channel.socket:localhost:38009

[uri:/examples/*]
info=Example webapp in the default context.
context=/examples
worker=ajp13:localhost:38009
debug=1

#define the worker
[status:status]

# Uri mapping
[uri:/jkstatus/*]
worker=status:status


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

Reply via email to