Thanks Carlin, I figured that out (but in a hard way! :) ) - do really appriciate your quick respose
Thanks Prash On 8/11/06, Carlin Rogers <[EMAIL PROTECTED]> wrote:
Hi Prasanth, Sorry about that. The <listener> can be removed from the web.xml. It was noted in JIRA bug and has been fixed for the next release in SVN revision 376844. See http://issues.apache.org/jira/browse/BEEHIVE-1065 To fix this, you can edit your copy of the web.xml in the <BEEHIVE_HOME>/samples/petstoreWeb/ application. Open up the web/WEB-INF/web.xml file and remove the You can just remove the following from the web.xml <listener> <listener-class>org.apache.beehive.samples.petstore.servlet.Listener</listener-class> </listener> Hope that helps. kind regards, Carlin On 8/10/06, prasanth nair <[EMAIL PROTECTED]> wrote: > > 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 >
-- Thank you, Prasanth
