A process connects to an EJB container with RMI. I expect your container is
on a separate computer to your client, and you are trying to connect to
LOCALHOST. This would work for JSP if it happens to be running on the same
box as the EJB container.

I suspect that when the interest bean sample worked, you ran it on the same
box as the EJB container, allowing LOCALHOST to be valid.



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to