Re: Deploying Servlet for EJB access, PLLLSS Help

2000-09-15 Thread James Ho
Hi there, what u said had solved my obtaining context problem...however, it still doesn't work. :( I already have an EJB deployed at mysite, with application name = 'stamp'...however, I have another site, which is where the servlet resides, say othersite. If in the servlet, I don't provide a pr

RE: Deploying Servlet for EJB access, PLLLSS Help

2000-09-15 Thread Joe Walnes
> In the init() method of the servlet, I had... > env.put("java.naming.factory.initial","com.evermind.server.Applica > tionClientInitialContextFactory"); > env.put("java.naming.provider.url","ormi://mysite/stamp"); > env.put("java.naming.security.principal","admin"); > env.put("j

Deploying Servlet for EJB access, PLLLSS Help

2000-09-15 Thread James Ho
Hi everyone... I have some urgent problem for writing servlets to access remote EJBs, can anyone pls help me pls?? thanks heaps. In the init() method of the servlet, I had...