I am writing a web app in Struts. This was working perfectly until I did an
uinstall/reinstall of Apache Tomcat 6.0.14 along with the new RC2 of
NetBeans 6.0.

Now, when I try to run my web app, I get a generic Tomcat error screen:

"type Status report
message /myapp/
description The requested resource (/myapp/) is not available."

Looking through the Tomcat log in NetBeans I see:

Nov 26, 2007 1:14:14 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 834 ms
Nov 26, 2007 1:14:14 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Nov 26, 2007 1:14:14 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.14
Nov 26, 2007 1:14:15 AM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Nov 26, 2007 1:14:15 AM org.apache.catalina.core.StandardContext start
SEVERE: Context [/myapp] startup failed due to previous errors
Nov 26, 2007 1:14:15 AM org.apache.coyote.http11.Http11Protocol start

What does "Error listenerStart" mean and how do I correct that? I am
completely stumped. I don't know what else to try or do. Thanks in advance
for any replies!

JDK: Sun JDK 1.6.0_03
IDE: NetBeans 6.0 RC2
App Server: Tomcat bundled with NetBeans 6.0 RC2 (6.0.14)
OS: Ubuntu 7.10
-- 
View this message in context: 
http://www.nabble.com/Confusing-Tomcat-Error%3A-%22SEVERE%3A-Error-listenerStart%22-tf4878905.html#a13962091
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to