Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 49608 invoked from network); 3 May 2007 13:05:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 May 2007 13:05:31 -0000 Received: (qmail 71930 invoked by uid 500); 3 May 2007 13:05:24 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 71829 invoked by uid 500); 3 May 2007 13:05:23 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 71818 invoked by uid 99); 3 May 2007 13:05:23 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 May 2007 06:05:23 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 May 2007 06:05:15 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1HjazO-0007HM-Ud for users@tomcat.apache.org; Thu, 03 May 2007 06:04:54 -0700 Message-ID: <10304508.post@talk.nabble.com> Date: Thu, 3 May 2007 06:04:54 -0700 (PDT) From: tb323 To: users@tomcat.apache.org Subject: Tomcat context issue MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: tommy.blomberg@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi there! This is probably a dumb question if you're not a newbie like me. I just installed Tomcat 6.0.10 on Ubuntu Feisty and I'm having some problems configuring it. I'm attempting to move the appBase into a directory under my public_html. In server.xml I have this: This way I want to be able to start an app by going to http://www.domain.com/webapps/appName I also have Apache + Php on my server so in apache2.conf I've added : JkMount /*.jsp ajp13_worker JkMount /*.war ajp13_worker JkMount /webapps/* ajp13_worker Is there a way to avoid writing context.xmls for every webapp I place in the appBase? Like it is now Tomcat is looking for app at "/webapps/appName" while it should be looking for "/appName" .. // Tommy -- View this message in context: http://www.nabble.com/Tomcat-context-issue-tf3686346.html#a10304508 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: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org