[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

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

2007-02-28 Thread eeldor
Hi, I'm trying to access ejb3 beans through RMI over HTTP using jboss4 app server. these are the configurations I did: 1) I've configured my jndi.properties with the following: java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces

[jboss-user] [JNDI/Naming/Network] - using HTTPS over RMI in jboss4

2007-02-28 Thread eeldor
Hi, do you know if in jboss4 and EJB3 you can set RMI over HTTPS? I knopw it's possible to set JNDI over HTTPS and RMI over HTTP, but I dont know if it;s possible to configure RMI over HTTPS. in addition - what do you think about using rmi over ssl instead of configuring RMI over HTTP(s)? I've