RE: Servlet+EJB problem still not solved. :((

2000-09-23 Thread Goel, Deepak
Hi, My case is little bit different than yours but I thought you can still give it a try. When I create the InitialContext(), I don't put in the CONTEXT_FACTORY and PROVIDER_URL. It works for me even though my servlet and EJBs are deployed in one application. --Deepak -Original Message-

Re: Servlet+EJB problem still not solved. :((

2000-09-22 Thread Ernst de Haan
Enable the section you commented out in the web.xml file, and then try accessing java:comp/env/Stamp. Or try browsing the JNDI context to see what's in it. I think Sun provides a utility program for this purpose, but it's very easy to just print the context and everything that's in it. Ernst Jam