Search code examples
javajbossrmi

expose RMI server in JBoss?


I need to access RMI methods from a client front end. For different reasons, I have JBoss running on the server side. This makes me thinking of using JBoss to expose the RMI server methods.

I'm kinda new to JBoss, so my question would be: What steps are required in order to make the RMI server methods visible to the client?


Solution

  • Here is the how to from JBoss Steps to Expose Any RMI Interface via HTTP