From commits-return-4415-apmail-continuum-commits-archive=continuum.apache.org@continuum.apache.org Sun Oct 12 17:41:41 2008 Return-Path: Delivered-To: apmail-continuum-commits-archive@www.apache.org Received: (qmail 58436 invoked from network); 12 Oct 2008 17:41:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Oct 2008 17:41:41 -0000 Received: (qmail 10020 invoked by uid 500); 12 Oct 2008 17:41:41 -0000 Delivered-To: apmail-continuum-commits-archive@continuum.apache.org Received: (qmail 9999 invoked by uid 500); 12 Oct 2008 17:41:41 -0000 Mailing-List: contact commits-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list commits@continuum.apache.org Received: (qmail 9985 invoked by uid 99); 12 Oct 2008 17:41:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Oct 2008 10:41:41 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Oct 2008 17:40:44 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id CA5A123888A5; Sun, 12 Oct 2008 10:40:50 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r703853 - in /continuum/sandbox/continuum-tomcat: README.txt pom.xml Date: Sun, 12 Oct 2008 17:40:50 -0000 To: commits@continuum.apache.org From: wsmoak@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081012174050.CA5A123888A5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wsmoak Date: Sun Oct 12 10:40:50 2008 New Revision: 703853 URL: http://svn.apache.org/viewvc?rev=703853&view=rev Log: Add a dependency on tomcat-util which has the missing SystemLogHandler class, and update notes in README.txt. Modified: continuum/sandbox/continuum-tomcat/README.txt continuum/sandbox/continuum-tomcat/pom.xml Modified: continuum/sandbox/continuum-tomcat/README.txt URL: http://svn.apache.org/viewvc/continuum/sandbox/continuum-tomcat/README.txt?rev=703853&r1=703852&r2=703853&view=diff ============================================================================== --- continuum/sandbox/continuum-tomcat/README.txt (original) +++ continuum/sandbox/continuum-tomcat/README.txt Sun Oct 12 10:40:50 2008 @@ -1,7 +1,7 @@ Experiment to bundle Continuum with Tomcat instead of Jetty -Switching to Catalina Embedded results in the following error in wrapper.log: +Adding dependencies on catalina and tomcat-util and switching to Catalina Embedded results in the following error in wrapper.log: -INFO | jvm 1 | 2008/10/12 09:37:30 | WrapperSimpleApp: Unable to locate the class org.apache.catalina.startup.Embedded: java.lang.NoClassDefFoundError: org/apache/tomcat/util/log/SystemLogHandler +INFO | jvm 1 | 2008/10/12 10:34:09 | WrapperSimpleApp: Unable to locate a public static main method in class org.apache.catalina.startup.Embedded: java.lang.NoSuchMethodException: org.apache.catalina.startup.Embedded.main([Ljava.lang.String;) -TODO: Find which Tomcat 5.5.15 jar contains this class... +Apparently org.apache.catalina.startup.Embedded isn't quite the same as org.mortbay.start.Main, see if I believe jasonb on #tomcat again... :) Modified: continuum/sandbox/continuum-tomcat/pom.xml URL: http://svn.apache.org/viewvc/continuum/sandbox/continuum-tomcat/pom.xml?rev=703853&r1=703852&r2=703853&view=diff ============================================================================== --- continuum/sandbox/continuum-tomcat/pom.xml (original) +++ continuum/sandbox/continuum-tomcat/pom.xml Sun Oct 12 10:40:50 2008 @@ -128,6 +128,11 @@ ${tomcat.version} + tomcat + tomcat-util + ${tomcat.version} + + org.slf4j jcl104-over-slf4j 1.5.0