Hi,
I can not find the reason for so slow working JNDI on Jboss.
I use 2.4.0 version with tomcat.
I wrote a litle simple jsp that call a EJB.
I have:
InitialContext ctx = new InitialContext();
Object objref = ctx.lookup("MyBeanName");
homeclass = (MYEJBHome)PortableRemoteObject.narrow(objref,
MYEJBHome.class);
......
The jboss need about 3-4 min. befor making the lookup.
Where is the problem.
Is it jboss realy so slow?
Many thanks in advance.
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user