[jboss-user] [JNDI/Naming/Network] - Re: Accessing EJB through HTTPS Invoker

eeldor do-not-reply at jboss.com
Sun Apr 15 03:22:37 EDT 2007


Hi slevy,

I've already solved this a while ago, but in any case - you're right.
the configuration of RMI over HTTP can be done in the client side by setting the following properties:

java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
java.naming.factory.initial=org.jboss.naming.HttpNamingContextFactory
java.naming.provider.url=http://localhost:8080/invoker/JNDIFactory

there's no need to configure any ports in the /http-invoker.sar/META-INF/jboss-service.xml (unlike some tutorials state).

hope this helps others that have the same problem.

Elad

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037350#4037350

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037350



More information about the jboss-user mailing list