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

2007-04-11 Thread slevy
I think you should use port 8080 instead of 1099 for the JNDIFactory HTTP invocation (it is a servlet) : java.naming.provider.url=http://localhost:8080/invoker/JNDIFactory View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036320#4036320 Reply to the post : htt

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

2007-04-15 Thread eeldor
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.Htt