Configure secure remote connector for RMI via HTTPS

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3818

This topic has not yet been written. The content below is from the topic description.
Procedure 15.8. Configure secure remoting connector for RMI via HTTPS This procedure creates the Server Invoker that implements RMI. Create a file named servlet-invoker-service.xml in jboss-as/server/$PROFILE/deploy/, with the following content: servlet://${jboss.bind.address}:8080/servlet-invoker/ServerInvokerServlet org.jboss.aspects.remoting.AOPRemotingInvocationHandler sslservlet://${jboss.bind.address}:8443/servlet-invoker/SSLServerInvokerServlet org.jboss.aspects.remoting.AOPRemotingInvocationHandler Result: You create a remoting connector that can receive requests from a servlet, and invoke methods of an EJB3.