1 Reply Latest reply on Dec 22, 2004 12:35 PM by tom.elrod

    user question: RMI configuration?

    mazz

      I'm looking through the Remoting alpha package, specifically the etc/ config files.

      I see that the socket: and async: transports are defined in remoting-service.xml, but I do not see an rmi: transport in there. Was looking for that as an example how to configure the system for RMI remoting.

      Can someone post an blurb for that config... unless I'm confused and am missing something (which is highly probable :-)

        • 1. Re: user question: RMI configuration?

          All that is needed is to change the InvokerLocator attribute value. So, for rmi, would be:

          rmi://${jboss.bind.address}:8084

          A handler will need to be specified if using the service xml to start the remoting connector service.

          Also worth noting that am currently adding ability for finer grained configuration (for the specific transports), which will be in beta release next month (or can get it from CVS HEAD).

          Another note about transports, the soap and async transports are being removed. The soap transport does not make sense, as no way to provide a standard SOAP interface for thirdparties to use, so will be replaced with HTTP invoker. The async will be replaced with nio transport (but this is further out).