> CAS server will start nicely, but examples webapp will fail to start with > the following error message > Nov 11, 2009 1:14:06 AM org.apache.catalina.core.StandardContext start > SEVERE: Error filterStart > Nov 11, 2009 1:14:06 AM org.apache.catalina.core.StandardContext start > SEVERE: Context [/examples] startup failed due to previous errors
Typically the cause of a failed servlet start is logged previously, as indicated by the text of the last message above. The cause would likely have more specific information that could help us diagnose your problem. Can you provide the stack trace that precedes the message above? In some cases the message may not be written to the console.log file, which I believe is the one you have quoted above. The $TOMCAT_HOME/logs/catalina.out file may contain the information you want in that case. M -- 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
