OS: Ubuntu 7.04 (Feisty Fawn)
Tomcat: 5.5
Java: java-6-sun-1.6.0
First I had some problems installing tomcat, because the ubuntu repositories were broken, I had to set up the tomcat using these instructions http://ubuntuforums.org/showthread.php?t=436295
Well, now everything works except the subsonic. I placed it under the /webapps, but it doesn't even seem to load it if I start the Tomcat. Then I tried to load the .war using tomcat management-application. It fails to start and catalina.out says:
- Code: Select all
Jul 29, 2007 3:32:29 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive subsonic.war
log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester).
log4j:WARN Please initialize the log4j system properly.
Jul 29, 2007 3:32:35 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Jul 29, 2007 3:32:35 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/subsonic] startup failed due to previous errors
Any ideas?