I have mod_jk working with two workers and a loadbalancer.

when i use
http://192.168.168.45:8080/rtizon the browser completes the line with
/index.jsp.

Same is true with the other worker and the correct page comes up

when i use
http://192.168.168.45/rtizon i get a page not found error?

and when I complete the url with
http://192.168.168.45/rtizon/index.jsp i get the correct page

My JkMount entries are

JkMount /*.jsp loadbalancer
JkMount /rtizon loadbalancer
JkMount /rtizon/*.jsp loadbalancer

Is this the expected behaviour or should apache complete the url
as tomcat does cause it is making the call to tomcat?

And, do I need the second JkMount /rtizon loadbalancer?

Thanks


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

Reply via email to