You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ws...@apache.org on 2008/10/12 19:04:51 UTC

svn commit: r703849 - /continuum/sandbox/continuum-tomcat/README.txt

Author: wsmoak
Date: Sun Oct 12 10:04:51 2008
New Revision: 703849

URL: http://svn.apache.org/viewvc?rev=703849&view=rev
Log:
Add some notes on what's here and where I left off.

Added:
    continuum/sandbox/continuum-tomcat/README.txt

Added: continuum/sandbox/continuum-tomcat/README.txt
URL: http://svn.apache.org/viewvc/continuum/sandbox/continuum-tomcat/README.txt?rev=703849&view=auto
==============================================================================
--- continuum/sandbox/continuum-tomcat/README.txt (added)
+++ continuum/sandbox/continuum-tomcat/README.txt Sun Oct 12 10:04:51 2008
@@ -0,0 +1,7 @@
+Experiment to bundle Continuum with Tomcat instead of Jetty
+
+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
+
+TODO:  Find which Tomcat 5.5.15 jar contains this class...