Hi,

I've got a little problem with mod_jk2.
In my configuration, all jsp and servlets
are redirected to Tomcat.
All html, css... pages are managed by Apache.

But when i request "www.mysite.com/", the
directory listing is printed by Tomcat and
it should be done by Apache.

I don't why...

My uri in workers2.properties are :

[uri:tomcat.zerezo.org/*]
worker=ajp13:localhost:8009

[uri:/manager/html/*]
worker=ajp13:localhost:8009

[uri:/*.jsp]
worker=ajp13:localhost:8009

[uri:/servlet/*]
worker=ajp13:localhost:8009

I only know the uri that causes
the problem is the one with /*.jsp

Do u have any ideas about that ?



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

Reply via email to