Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 33572 invoked from network); 5 Jun 2006 20:58:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jun 2006 20:58:28 -0000 Received: (qmail 12444 invoked by uid 500); 5 Jun 2006 20:58:20 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 12388 invoked by uid 500); 5 Jun 2006 20:58:20 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 12373 invoked by uid 500); 5 Jun 2006 20:58:20 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 12369 invoked by uid 99); 5 Jun 2006 20:58:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jun 2006 13:58:20 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jun 2006 13:58:19 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id 03E407142A1; Mon, 5 Jun 2006 20:57:19 +0000 (GMT) From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 39699] - simple deploy failed in cluster (distributable flag) In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20060605205719.03E407142A1@brutus.apache.org> Date: Mon, 5 Jun 2006 20:57:19 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=39699 ------- Additional Comments From corporate_gadfly@hotmail.com 2006-06-05 20:57 ------- (In reply to comment #18) > test case, meaning maybe a zip containing your config files, any modifications > that you have made two tomcat, ie, added in log4j etc. > > ie, can you get us detailed instructions on how to exactly reproduce your > problem. just saying that deploy an app and it breaks, it simply not sufficient, > as our apps are deploying. I have made some progress with a "simple" test case. Here are the steps: 1) download vanilla tomcat .tar.gz (5.5.17) 2) tar xzvf /home/haroon/src/dist/apache-tomcat-5.5.17.tar.gz 3) cd apache-tomcat-5.5.17/conf/ 4) edit server.xml to uncomment the config (leave everything else as is) 5) edit tomcat-users.xml so that you have a username/password with role "manager" 6) cd ../bin 7) ./startup.sh 8) After tomcat starts up, deploy testcase by copying servlets-examples-cluster-node1.war to ../webapps (I will attach .war file in next comment) 9) context deploys fine 10) go to http://localhost:8080/manager/html/list in your browser 11) Watch your catalina.out as you click on Reload for servlets-examples-cluster-node1 and get the error. Questions? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org