|
From: John V. <jv...@ia...> - 2003-06-30 22:21:34
|
Thomas, thanks for the shell script. That did indeed start the HSQLDB server. Next question: when I try to start the petclinic demo, Tomcat's log says 2003-06-30 16:23:54 StandardManager[/petclinic]: Seeding of random number generator has been completed 2003-06-30 16:23:54 StandardContext[/petclinic]: Error configuring application listener of class com.interface21.web.util.Log4jConfigListener java.lang.NoClassDefFoundError: javax/servlet/ServletContextListener Additionally, the catalina.out files says log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester). log4j:WARN Please initialize the log4j system properly. The log4j troubleshooting page has this to say about that message: >log4j tells me to initialize properly. >Logging output is written to a target by using an appender. If no >>appenders are attached to a category nor to any of its ancestors, >you >will get the following message when trying to log: > >log4j: No appenders could be found for category (some.category.name). >log4j: Please initialize the log4j system properly . > >Log4j does not have a default logging target. It is the user's >responsibility >to ensure that all categories can inherit >an appender. This can be >easily achieved by attaching an >appender to the root category. log4j-1.2.8.jar is in tomcat's server/lib directory as well as being available in my classpath. John |