Hi Craig,
I think it should be possible (access to EJBs from remote JVMs), else the
distributable application would be impossible to make.
Have a look at:
http://forum.java.sun.com/thread.jsp?forum=31&thread=50569
http://forum.java.sun.com/thread.jsp?forum=13&thread=21591
The problem as I see is in configuring the JNDI to work properly from remote
JVM. And that's the point where I'm getting into trouble.
So maybe the better question would be:
Is it possible to gain access to the EJB in one JVM from other JVM
through JNDI?
More specific:
J2EE 1.3 RI (working in this configuration only as a EJB container)
Tomcat 4.0.1 (working as a web [Servlet/JSP] container - separate JVM)
Am I able to access the EJBs stored in the RI from the servlets running
in Tomcat?
Should be possible, but I'm having problems to configure that.
Matthew
----- Original Message -----
From: "Craig R. McClanahan" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Friday, February 01, 2002 10:58 PM
Subject: Re: J2EE 1.3 RI + Tomcat 4.0.1
> The J2EE RI does not support this (access to EJBs from remote JVMs).
> You'll need to use a different container.
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>