Hi I tried building the petstore sample app comes with beehive (apache-beehive-1.0.1), I could build the app sucessfully but when i deployed it Tomcat gave me issues.
from catalina log : ---------------------------------------------------------------------------- INFO: Starting Servlet Engine: Apache Tomcat/5.5.9 Aug 10, 2006 2:02:07 PM org.apache.catalina.core.StandardHost start INFO: XML validation disabled Aug 10, 2006 2:02:07 PM org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web application archive petstoreWeb.war Aug 10, 2006 2:02:11 PM org.apache.catalina.core.StandardContext start SEVERE: Error listenerStart Aug 10, 2006 2:02:11 PM org.apache.catalina.core.StandardContext start SEVERE: Context [/petstoreWeb] startup failed due to previous errors Aug 10, 2006 2:02:12 PM org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on http-80 Aug 10, 2006 2:02:12 PM org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on http-443 -------------------------------------- Any help appreciated, -- Thank you, Prasanth
