Hello,
I build Apache 2 and Tomcat 4 with mod_jk2 on MDK10.
I use the most simple configuration without any virtual host.
All seems worked.
When I do
http://127.0.0.1/examples/ I can see the folder example/
I can execute JSP and Status.
But, it is impossible for me to do
http://127.0.0.1/examples/servlet/HelloWorldExample (an error appears
saying to me: The requested URL/examples/servlet/HelloWorldExample was
not found one this server.)
I put this line in my workers2.properties :
[uri:/examples/*] for servlet
[uri:/examples/*.jsp] for JSP
And so jsp work fine but servlet no ???
All it's possible with Tomcat when I do
http://127.0.0.1:8080/.....
Does anybody know why ?
Thanx