I've been using Cewolf in a application using Tomcat
4.1, Apache2 and mod-jk and everything went right, but
we have had to migrate to Tomcat 5.5 and Apache2 with
mod-jk and Cewolf crashes, the application the code jsp
and javascript...
I suppose the reason is that it is unable to map
servlets on diferent location, this is a piece of
httpd.conf:
JkMount /myApp/servlet/* ajp13
JkMount /myApp/cewolf ajp13
Could you give me a solution please?
Thank you.