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
_______________________________________________
jboss-user mailing list
[EMAIL PROTECTED]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to