2 Replies Latest reply on Jun 17, 2003 1:47 PM by nvenk

    client access to MBean via RMI/HTTP

    nvenk

      We are currently using JBoss 3.0.4. We have a firewall requirement that client and server (JBoss server) communication happens via HTTP (RMI/HTTP). We have appropriately configured the jndi properties to do the same and it works great.
      However we also have a need to access MBeans from the client which we have implemented using the RMIAdaptor provided by JBoss. But we need to be able to communicate over HTTP just like other EJB invocations from the client, due to firewall restrictions.

      How can this be achieved ?

      Any help is appreciated.

      Thanks