Hi.
This is my server.xml
<Host name="web.com" appBase="/home/user/public_html/servlets">
<Alias>www.web.com</Alias>
<Context path="/servlets" reloadable="true" docBase="/home/user/public_html/servlets" debug="1"/>
<Context path="/manager" debug="0" privileged="true" docBase="/usr/local/jakarta/tomcat/server/webapps/manager">
</Context>
</Host>
And yes!,
TOMCAT run the DEPLOY, but FOREVER 404,
only when I change
JkMount /servlets/* ajp13
By
JkMount /* ajp13
into [connector.conf] run fine; but I need RUN FINE INTO dir
/servlets/
Is impossible ?