Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 69833 invoked from network); 12 Jun 2004 00:06:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Jun 2004 00:06:45 -0000 Received: (qmail 73192 invoked by uid 500); 12 Jun 2004 00:06:41 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 73001 invoked by uid 500); 12 Jun 2004 00:06:38 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 72893 invoked by uid 99); 12 Jun 2004 00:06:36 -0000 Received: from [66.15.68.185] (HELO ns2.nwcascades.com) (66.15.68.185) by apache.org (qpsmtpd/0.27.1) with ESMTP; Fri, 11 Jun 2004 17:06:36 -0700 Received: from [127.0.0.1] (ns1.nwcascades.com [66.15.68.184]) by ns2.nwcascades.com (8.12.8/8.12.8) with ESMTP id i5C08jRo007988 for ; Fri, 11 Jun 2004 17:08:46 -0700 Message-ID: <40CA4964.30306@nwcascades.com> Date: Fri, 11 Jun 2004 17:08:04 -0700 From: Jack Lauman Organization: nwcascades.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en, zh, zh-cn, zh-hk, zh-sg, zh-tw, ja MIME-Version: 1.0 To: Tomcat Users List Subject: Repost... no response from numerous posts Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-nwcascades.com-MailScanner-Information: Please contact the ISP for more information X-nwcascades.com-MailScanner: Found to be clean X-nwcascades.com-MailScanner-SpamCheck: not spam, SpamAssassin (score=-4.9, required 7, autolearn=not spam, BAYES_00 -4.90) X-MailScanner-From: jlauman@nwcascades.com X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I've posted this same question on the apache and tomcat lists for the past six weeks and gotten no answers. Not even an insult saying the question was stupid. If I could find the answer in the docs I wouldn't be asking. 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: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org