I am currently using mod_jk as the connector and I have Apache as a front for tomcat5 by adding something like
JkMount /helloworld/* ajp13 to the httpd.conf So when I go to www.domain.com/helloworld/ it forwards the request to tomcat and looks for the webapp who's context path is helloworld. This is all fine and good but what if i wanted something like www.domain.com/test/helloworld and i use JkMount /test/helloworld/* ajp13 how do i create the mapping then? Does it try to look for an app context path of /test/helloworld?? In tomcat can you even have an web application with that sort of path? Currently I have my Host container in server.xml set to www.domain.com, i even tried to www.domain.com/test/ but i dont think that did anything. -- View this message in context: http://www.nabble.com/mod_jk-help%21-tp19200757p19200757.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]