Este contenido no está disponible en el idioma seleccionado.
15.5. EJB2 RMI + SSL Configuration
Procedure 15.10. Configure SSL for EJB2 Overview
- Generate encryption keys and certificate
- Configure Unified Invoker for SSL
EJB2 remote invocation uses a single unified invoker, which runs by default on port 4446. The configuration of the unified invoker used for EJB2 remote method invocation is defined in the $JBOSS_HOME/server/deploy/remoting-jboss-beans.xml
file of a JBoss Application Server profile. Add the following SSL Socket Factory bean and an SSL Domain bean in this file.
Example 15.7. SSL Server Factory for EJB2
$JBOSS_HOME/server/$PROFILE/conf/jboss-service.xml
file of a JBoss Application Server profile:
Example 15.8. SSLSocketBuilder configuration
In the deploy/remoting-jboss-beans.xml
file in the JBoss Application Server profile, update the code to reflect the information below:
Example 15.9. SSL Transport for Beans