Java Pet Store Demo in Tomcat/WebLogic

2000-12-08 Thread Robert Danek
Hello, I'm trying to take the Java Pet Store demo that is available on the java.sun.com site and have the JSPs/beans run in Tomcat and the EJBs run as a back end on WebLogic. I have run into a number of technical problems already (problems with the env-entry tags that are used in web.xml, the

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: 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.