what seems to work for me is: (1) set forwardAll="false" in your Ajp13Connector configuration ( ref: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html );
(2) in httpd.conf, set up an Alias to map requests out to your tomcat app's directory (assuming that $CATALINA_HOME/webapps is not already under DocumentRoot or otherwise mapped in) ( ref: http://httpd.apache.org/docs/mod/mod_alias.html#alias ); (3) in httpd.conf, use a <Directory/> block to set up access privileges, etc., for your app's directory. ( ref: http://httpd.apache.org/docs/mod/core.html#directory and previous ); hope that helps -jp2 /* [EMAIL PROTECTED]; 415.514.3529; 601 MCB */ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>