Hi all.

I'm trying to find some references on using an EJB from a remote J2EE
Container (JBoss).
I'v deployed the .war in my Tomcat 4.0.2 including JBoss's client jars
in WEB-INF/lib and have in my web.xml mentioned the <ejb-ref> as follows

<ejb-ref>
        <description>Nation</description>
        <ejb-ref-name>ejb/Nation</ejb-ref-name>
        <ejb-ref-type>Session</ejb-ref-type>
        <home>NationHome</home>
        <remote>Nation</remote>
        <ejb-link>jnp:remoteIP/Nation</ejb-link>
</ejb-ref>

All I get is a 
Error initializing context: javax.naming.NameNotFoundException: Name
jnp:remoteIP is not bound in this Context

Can anyone point me a source of infos on this (or show me where the
error is?)

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to