> Sorry. will remember next time. I have uncommented ajp12 and it hasn't > changed anything. >
> > JkMount /examples/servlet/* ajp12 > > JkMount /examples/*.jsp ajp12 As John pointed out, (and I left in to show your config), you need to change the JkMount to use the ajp13 worker. e.g JkMount /examples/servlet/* ajp13 > --- > Aryeh Katz > VASCO > www.vasco.com > > > -- > To unsubscribe, e-mail: > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: > <mailto:tomcat-user-help@;jakarta.apache.org> > > > -- > To unsubscribe, e-mail: > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional > commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org> > --- Aryeh Katz VASCO www.vasco.com -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
