> From: Pat Riehecky [mailto:prieh...@iwu.edu] > Subject: Re: The requested resource () is not available? > > Here is the output from catalina
It's a start, but there's more. > Mar 12, 2009 2:20:30 PM org.apache.catalina.core.StandardContext start > SEVERE: Error listenerStart > Mar 12, 2009 2:20:30 PM org.apache.catalina.core.StandardContext start > SEVERE: Context [/idp] startup failed due to previous errors The above is the critical information from the log file you found. There will be more detailed info in other log files that Tomcat produces. For a real Tomcat installation (one downloaded from tomcat.apache.org), the log files are in Tomcat's logs directory; if you're using Ubuntu's repackaged version of Tomcat, there's no telling where they are. Finding the additional info would be very useful. Since the error refers to listenerStart within the ipd webapp, it looks like some form of listener is misconfigured (or the targeted class file is missing) in the app's WEB-INF/web.xml file. You may need the author of the webapp to help you out. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org