Caldarale, Charles R wrote: >> 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 > > > If you can't find any further information in any of tomcat's other logging files, they may also be stored with the webapp depending on how the logging environment for your webapp is setup. I know for instance Magnolia CMS has it's own logs directory.
--David --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org