Op 08-09-10 16:03, Scott Battaglia schreef: > That should have been in a Spring JAR already (we use the fine-grained jars) > so now you might have a class conflict. > > You can try turning up logging for Tomcat and it may give more info. Is > this the default WAR you're trying to deploy?
Yes, it is. To be very clear, I downloaded the latest release and deployed modules/cas-server-webapp-3.4.2.1.war. It doesn't really give more info. I changed all the "INFO"'s in the default logging.properties to "ALL" and the output does get more verbose but not really more useful (I also added another handler for the Context I'm deploying the app in supposing I wasn't logging the Context at all): ==> catalina.2010-09-09.log <== Sep 9, 2010 10:54:21 AM org.apache.catalina.core.StandardHost start INFO: XML validation disabled Sep 9, 2010 10:54:21 AM org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web application archive cas.war ==> sso.2010-09-09.log <== Sep 9, 2010 10:54:21 AM org.apache.catalina.core.StandardContext listenerStart FINE: Sending application start events Sep 9, 2010 10:54:21 AM org.apache.catalina.core.StandardContext filterStart FINE: Starting filters Sep 9, 2010 10:54:21 AM org.apache.catalina.core.StandardContext listenerStart FINE: Sending application start events Sep 9, 2010 10:54:21 AM org.apache.catalina.core.StandardContext filterStart FINE: Starting filters Sep 9, 2010 10:54:21 AM org.apache.catalina.core.StandardContext filterStart FINE: Starting filter 'Set Character Encoding' Sep 9, 2010 10:54:21 AM org.apache.catalina.core.StandardContext listenerStart FINE: Sending application start events Sep 9, 2010 10:54:21 AM org.apache.catalina.core.StandardContext filterStart FINE: Starting filters ==> catalina.2010-09-09.log <== Sep 9, 2010 10:55:20 AM org.apache.catalina.core.StandardContext start SEVERE: Error filterStart Sep 9, 2010 10:55:20 AM org.apache.catalina.core.StandardContext start SEVERE: Context [/cas] startup failed due to previous errors Sep 9, 2010 10:55:20 AM org.apache.coyote.http11.Http11BaseProtocol start INFO: Starting Coyote HTTP/1.1 on http-80 Sep 9, 2010 10:55:20 AM org.apache.coyote.http11.Http11BaseProtocol start INFO: Starting Coyote HTTP/1.1 on http-443 Sep 9, 2010 10:55:20 AM org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0.0.0.0:8009 Sep 9, 2010 10:55:20 AM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/18 config=null Sep 9, 2010 10:55:20 AM org.apache.catalina.storeconfig.StoreLoader load INFO: Find registry server-registry.xml at classpath resource Sep 9, 2010 10:55:20 AM org.apache.catalina.startup.Catalina start INFO: Server startup in 60340 ms Also: as you can see the server takes a minute or more to start. -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
