Tomcat 5.0.28 Eclipse Version: 3.2.0 When I start Tomcat from within Eclipse, I receive the following in my Console. My application still works fine, but I have no clue on what could be causing this error to be displayed?
2006-09-19 08:46:20,079 INFO [org.apache.catalina.core.StandardHostDeployer] - <Installing web application at context path from URL file:C:\javaworkspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\webapps\ROOT> 2006-09-19 08:46:20,157 ERROR [tomcat.localhost.ROOT.Context] - <Skipped installing application listeners due to previous error(s)> 2006-09-19 08:46:20,157 ERROR [tomcat.localhost.ROOT.Context] - <Error listenerStart> 2006-09-19 08:46:20,157 ERROR [tomcat.localhost.ROOT.Context] - <Context startup failed due to previous errors> In the "C:\javaworkspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\webapps\ROOT" directory there is a WEB-INF directory that contains a web.xml file. The web.xml file contains: <?xml version="1.0" encoding="UTF-8"?> <web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> </web-app> I'd greatly appreciate any help. Thanks, -- --Todd [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]