I finally made some progress configuring Tomcat5 Apache2 and mod_jk2 running on RedHat Enterprise Server. I get html over port 80, but no jsp or servlets will run. Don't know what I may have missed.

jk2.properties
handler.list=channelSocket,request
channelSocket.port=8009
channelSocket.address=127.0.0.1

workers2.properties
[channel.socket:localhost:8009]

[ajp13:localhost:8009]

[status:status]
[uri:/sjstatus/*]
group=status:status

[uri:/servlets-examples/*]
worker=ajp13:localhost:8009
debug=0


Appreciate any help, Rich



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



Reply via email to