Re: how to execute servlets using tomcat

2000-12-09 Thread Madhu Narasa
There is no mention made of the web.xml file, this should be in the WEB-INF directory with the correct servlet mappings. --- "Kotturi, Rajendra" [EMAIL PROTECTED] wrote: Hi , I have Tomcat installed along with the apache server on an Solaris Machine. We already have an application (JSP

Re: Java Pet Store Demo in Tomcat/WebLogic

2000-12-08 Thread Madhu Narasa
Robert, That should be possible, actually apart from the "Connection reset messages" (the message posted earlier) using Tomcat was relatively straightforward. You can look at the following document that gives the steps to port the example to jboss + Tomcat.

RE: Tomcat + Jboss - porting Pet Store

2000-12-08 Thread Madhu Narasa
From what I gather, the comment - // TCP stacks can throw SocketExceptions when the // client disconnectsso can be ignored. Addresses the case wherein the browser is closing the socket (eg. clicking on stop before completion of the request). I am ok with the server throwing an exception

Re: Java Pet Store Demo in Tomcat/WebLogic

2000-12-08 Thread Madhu Narasa
Robert, That should be possible, actually apart from the "Connection reset messages" (the message posted earlier) using Tomcat was relatively straightforward. You can look at the following document that gives the steps to port the example to jboss + Tomcat.

Tomcat + Jboss - porting Pet Store

2000-12-08 Thread Madhu Narasa
I am running Tomcat 3.2 with Jboss and trying to port the PetStore example (J2EE Sun RI, example). I am almost done except that I see a lot of "Connection reset errors" after every page request. After searching through the archives, I see others have had the same problems in different contexts