thanks for the quick reply javacentric -- I tried your suggestions, but it is still not working, i'm sad to report
I checked permissions on /var/subsonic (which I had to manually create).... and ensured that user 'tomcat' is both the owner and group owner, with 775 for the directory perms. That should cover any permissions issues for that particular dir, but no dice -- it still hangs when trying to load localhost:8080/subsonic in a browser....
As for the catalina logs, I'll paste in the interesting parts here. I shut tomcat5 down and then restarted it.
18-Nov-06 11:17:40 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: Failed shutdown of Apache Portable Runtime
Created MBeanServer with ID: [UID: 291168,1163910003264,-32768]:mozart.hurstwood.com:1
18-Nov-06 11:20:07 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on
the java.library.path: /usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre/lib/i386
18-Nov-06 11:20:07 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
18-Nov-06 11:20:08 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 3606 ms
18-Nov-06 11:20:08 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
18-Nov-06 11:20:08 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.15
18-Nov-06 11:20:09 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
18-Nov-06 11:20:13 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.catalina.session.ManagerBase).
log4j:WARN Please initialize the log4j system properly.
18-Nov-06 11:21:24 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
18-Nov-06 11:21:24 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/subsonic] startup failed due to previous errors
18-Nov-06 11:21:33 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
18-Nov-06 11:21:33 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
18-Nov-06 11:21:39 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apac
he.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL:
http://www.cnn.com], [org.apache.we
bapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect U
RL:
http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL:
http://jakarta.apac
he.org]]
So, I do see a subsonic startup failure in there, but not really making out WHY it's failing.... but at least it appears the error is being pinpointed.
Does this help clarify what's going on?