Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 26695 invoked from network); 10 Jun 2009 11:22:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Jun 2009 11:22:05 -0000 Received: (qmail 64067 invoked by uid 500); 10 Jun 2009 11:22:13 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 64016 invoked by uid 500); 10 Jun 2009 11:22:13 -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 64005 invoked by uid 99); 10 Jun 2009 11:22:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jun 2009 11:22:13 +0000 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 (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jun 2009 11:22:02 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MELsD-00020T-Aq for users@tomcat.apache.org; Wed, 10 Jun 2009 04:21:41 -0700 Message-ID: <23960188.post@talk.nabble.com> Date: Wed, 10 Jun 2009 04:21:41 -0700 (PDT) From: Kai Behncke To: users@tomcat.apache.org Subject: RE: Deploying .war-file in Tomcat 5.5 In-Reply-To: <0AAE5AB84B013E45A7B61CB66943C17228F907D458@USEA-EXCH7.na.uis.unisys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: Kai-Behncke@gmx.de References: <23886971.post@talk.nabble.com> <23887798.post@talk.nabble.com> <4A2944CB.6040403@christopherschultz.net> <0AAE5AB84B013E45A7B61CB66943C17228F907D458@USEA-EXCH7.na.uis.unisys.com> X-Virus-Checked: Checked by ClamAV on apache.org Thank you all very much for your help. I did now like: $ wget 'http://apache.crihan.fr/dist/tomcat/tomcat-6/v6.0.20/bin/apache-tomcat-6.0.20.tar.gz' $ tar xvzf apache-tomcat-6.0.20.tar.gz $ cp MapFishPrintModule/print-servlet/target/print-servlet-1.1.war apache-tomcat-6.0.20/webapps $ cd apache-tomcat-6.0.20/bin $ ./startup.sh ....and all the problems are gone :-) Best regards, Kai Caldarale, Charles R wrote: > >> From: Christopher Schultz [mailto:chris@christopherschultz.net] >> Subject: Re: Deploying .war-file in Tomcat 5.5 >> >> I disagree with Chuck's complaint about this packaging: it actually >> looks quite sane to me: system-installed stuff goes into >> /usr/share/tomcat5.5/webapps and probably has XML context files in an >> appropriate location (don't ask me where!) to load those. >> /var/lib/tomcat5.5/webapps is the auto-deploy directory that mere >> mortals get to use (though usually /var is read-only for non-root >> users, so... wtf?). > > Your "don't ask me where" and "wtf" comments seem to conflict with your > "looks quite sane to me" statement... > > The Debian file scattering approach makes it extremely difficult for > anyone not running that Debian level and that specific Debian repackaged > version of Tomcat to provide anything other than general advice. When the > repackagers start to muck around in server.xml changing defaults (some of > them do), it gets even worse. > > Ergo, if you want advice from the Tomcat users mailing list, it's best to > use a standard Tomcat; otherwise, you will likely need help from a > platform-specific forum. > > - Chuck > > > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY > MATERIAL and is thus for use only by the intended recipient. If you > received this in error, please contact the sender and delete the e-mail > and its attachments from all computers. > > > -- View this message in context: http://www.nabble.com/Deploying-.war-file-in-Tomcat-5.5-tp23886971p23960188.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org