b.ram...@eventim.de wrote:
h...@all,
We use in the apache jk config:
JkUnMount /admin/* ajp13
JkMount /* ajp13
Now we have the effect, that apache send all page requests with have an 404er
error code (page not found) to tomcat.
Example:
http://locahost/admin/index.html --> Apache a
h...@all,
We use in the apache jk config:
JkUnMount /admin/* ajp13
JkMount /* ajp13
Now we have the effect, that apache send all page requests with have an 404er
error code (page not found) to tomcat.
Example:
http://locahost/admin/index.html --> Apache answerer itself
http://locah