> I am very interested in this implementation. I have been trying to use
the
> tomcat context to get a reference to an EJB in another machine (running
> Jboss).
> In my investigation, the is the most important field in
> when there are multiple machines because it defines the full URL
> to the
I am very interested in this implementation. I have been trying to use the
tomcat context to get a reference to an EJB in another machine (running
Jboss).
In my investigation, the is the most important field in
when there are multiple machines because it defines the full URL
to the EJB
(sch
Hi everyone,
I'm working on the implementation of the EjbFactory class (Tomcat 4.0).
According to what I've understand, this class is used when the lookup
method is called from a Servlet (or jsp).
e.g: Context ctx = new InitialContext();
ctx.lookup("java:comp\MyEjb");
If the ejb-ref tag has