Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 41650 invoked from network); 4 Apr 2000 15:39:28 -0000 Received: from gatekeeper.trcinc.com (HELO gatekeeper) (firewall-user@208.224.120.226) by locus.apache.org with SMTP; 4 Apr 2000 15:39:28 -0000 Received: by gatekeeper; id LAA11925; Tue, 4 Apr 2000 11:39:23 -0400 Received: from trc_postal(155.16.26.24) by gatekeeper.trcinc.com via smap (V4.2) id xma011832; Tue, 4 Apr 00 11:38:25 -0400 Received: by trc-tpaexc01.trcinc.com with Internet Mail Service (5.5.2650.21) id ; Tue, 4 Apr 2000 11:42:08 -0400 Message-ID: From: Steven Maring To: "'tomcat-user@jakarta.apache.org'" Subject: problem with multiple contexts Date: Tue, 4 Apr 2000 11:34:57 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I'm having a problem setting up multiple contexts to be independant of each other. My two contexts are 'modelSystem' and 'cocoon_samples', which ever one is listed last in the server.xml file seems to handle requests to either context. For example, if I have: trying to access either http://localhost/cocoon_samples/index.xml or http://localhost/modelSystem/index.xml will map to the modelSystem/index.xml file! Anybody know what I'm doing wrong? tomcat.conf: ApJServMount /servlet /ROOT ################## modelSystem config ############################### ApJServMount /modelSystem /modelSystem AllowOverride None deny from all ################## cocoon_samples config ############################### ApJServMount /cocoon_samples /cocoon_samples AllowOverride None deny from all Thanks. # Steve Maring # Web Engineer # Technical Resource Connection, Inc. # A wholly owned subsidiary of Perot Systems # 800-872-2992, ext. 4323 # smaring@trcinc.com