Re: mod_jk3, Tomcat, Apache2 Wildcard problem (Linux)

2004-03-19 Thread Ken Hensel
I thought some people might want to know. I don't have this problem any more. The problem seems to be when the workers2.properties is used for the urisets. I took them out and put them into mod_jk2.conf, which is statically included into httpd.conf, as Location /myapp/*.jsp JkUriSet

Re: mod_jk3, Tomcat, Apache2 Wildcard problem (Linux)

2004-03-18 Thread Chong Yu Meng
Hi Ken, First, there is no mod_jk3 that I am aware of. You are referring to mod_jk2, perhaps? Second, please look at Appendix A of my Tomcat 5 write-up (http://cymulacrum.net/writings/tomcat5/c1215.html). I encountered the same problem. You wouldn't be using Mandrake or Mandrake's Advanced

Re: mod_jk3, Tomcat, Apache2 Wildcard problem (Linux)

2004-03-18 Thread Ken Hensel
Typo. I thought I had everything right. It's mod_jk2 obviously. Thanks for pointing that out. Still a problem. Ken Chong Yu Meng wrote: Hi Ken, First, there is no mod_jk3 that I am aware of. You are referring to mod_jk2, perhaps? Second, please look at Appendix A of my Tomcat 5 write-up

mod_jk3, Tomcat, Apache2 Wildcard problem (Linux)

2004-03-17 Thread Ken Hensel
Help please, I have searched far and wide, but found no answer to this question - although one guy had the same problem and reverted to mod_jk as a solution. This is not a solution for me. I have the following in my workers2.properties file: [uri:/myapp/] [uri:/myapp/*.jsp]