I have virtual host in apache 2.0.49 with mod_jk2 its DocumentRoot is domain.com it has a subdirectory called members (i.e. domain.com/members) that has an html doc with links to three different tomcat apps. (i.e. domain.com/members/index.html with a link of http://www.domain.com/members/minutes/index.jsp).
On the tomcat 5.0.24 side I have a minutes webapp (minutes.war) in the default context (i.e. $TOMCAT_HOME/webapps/minutes.war) and deploys under the directory minutes. (The members directory does not exist on the tomcat side).
How do you map the apache path of http://www.domain.com/members/minutes/index.jsp to the tomcat minutes app?
In the past using both of these would worked: In mod_webapp/warp connector I could use: WebAppDeploy minutes warpConnection /members/minutes/
In mod_jk I could use: JkMount /members/minutes/*.jsp Worker JkMount /members/minutes/*.do Worker
The question.... Is this possible in mod_jk2 and if so how do you do it?
TIA
Jack
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
