Tomcat isn�t talking with Apache, you must include mod_jk.conf in Apache�s httpd.conf
> ---------- > De: Rich Baldwin[SMTP:[EMAIL PROTECTED] > Responder: Tomcat Users List > Enviada: sexta-feira, 30 de janeiro de 2004 15:27 > Para: [EMAIL PROTECTED] > Assunto: Tomcat5 RH ES mod_jk2 Apache2 > > 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] >
