Hi, I want to access a Bean remotely (with JNDI). So I thought I could access in on the client with:
Properties env = new Properties(); env.put(Context.PROVIDER_URL, "jnp://myserver:1099"); Context jndiContext = new InitialContext(env); jndiContext.lookup(...); If I do a port scan on "myserver" the JNDI port 1099 does not show up. I thought this is the default port. What do I have to do the get access the remote bean? Is there somewhere a documentation how to access JNDI resources from another system? Regards, Karsten _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
