From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1E5H2r-0006SM-DT for garchives@archives.gentoo.org; Wed, 17 Aug 2005 06:05:01 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j7H63Klq031299; Wed, 17 Aug 2005 06:03:20 GMT Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j7H5wmTS021484 for ; Wed, 17 Aug 2005 05:58:49 GMT Received: by wproxy.gmail.com with SMTP id i23so109842wra for ; Tue, 16 Aug 2005 22:59:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YOTj/SnTfYHQ55wCofg37T7jTQvZp4vk4iRXu+MH1aQjH/N1TqnOkc+BdxUpVwwAsma5ul9oBua1uP8y13KaFUUQxAd/8o8VqsQpuduEFcJMgh7rn2dKxJ7pDm0ofpf5Wb48Bv+VZ+axt5Wusdb6JURlwrWziNdD2dozXXCziVo= Received: by 10.54.112.7 with SMTP id k7mr236195wrc; Tue, 16 Aug 2005 22:59:32 -0700 (PDT) Received: by 10.54.84.16 with HTTP; Tue, 16 Aug 2005 22:59:32 -0700 (PDT) Message-ID: Date: Wed, 17 Aug 2005 01:59:32 -0400 From: Matthew Cline To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Re: OT: problem with Tomcat auto-deploying WAR files In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id j7H5wmTS021484 X-Archives-Salt: fc0a77b1-9665-4ad5-9d26-87c04ce7e123 X-Archives-Hash: c2903754fb44dd4ed68488d3f11f1f18 On 8/17/05, Matthew Cline wrote: > I've recently tried installing Tomcat in order to test out sshwebproxy > (http://www.ericdaugherty.com/dev/sshwebproxy/). However, for some > reason, Tomcat will not auto-deploy any WAR files that I place in the > webapps/ directory, as it should according to the Tomcat > documentation. What is interesting is that I have another computer > running the same version of Tomcat that does auto-deploy WAR files. > > Thinking that this might be a problem with Tomcat, I also tried > installing another Servlet container in portage, resin. Once again, on > one computer resin will not auto-deploy WAR files, while it does > auto-deploy them on the other. > > There isn't anything thrown into the Tomcat log files. OTher > troubleshooting steps I have tried include: > > 1) setting permissions on the WAR file to 777 (no effect) > 2) setting the $CLASSPATH on each computer to the same value (no effect) > 3) unmerging and re-emerging tomcat several times (no effect) > > I really don't know any other avenues to pursue. > > Thanks in advance, > > Matt > I apologize for responding to my own post, but I saw this in /var/log/tomcat5/catalina.out on the not-working machine: "Aug 17, 2005 1:49:22 AM org.apache.catalina.startup.HostConfig deployWARs WARNING: Exception while expanding web application archive sshwebproxy.war" Does anyone know how I can increase Tomcat's logging level so it will throw more detailed information into the log file? Matt -- gentoo-user@gentoo.org mailing list