Sorry, may jboss-service configuration has been disturbed, here a second try:

<snip>
  | 
  |    <!-- JAAS security manager and realm mapping -->
  |    <mbean code="org.jboss.security.plugins.JaasSecurityManagerService"
  |       name="jboss.security:service=JaasSecurityManager">
  |       <attribute name="SecurityManagerClassName">
  |          org.jboss.security.plugins.JaasSecurityManager
  |       </attribute>
  |    </mbean>
  | 
  |   <!-- The SSL domain setup -->
  |   <mbean code="org.jboss.security.plugins.JaasSecurityDomain"
  |       name="jboss.security:service=JaasSecurityDomain,domain=RMI+SSL">
  |     <constructor>
  |        <arg type="java.lang.String" value="RMI+SSL"/>
  |     </constructor>
  |     <attribute name="KeyStoreURL">test.keystore</attribute>
  |     <attribute name="KeyStorePass">passw</attribute>
  |   </mbean>
  | 
  | <snip>
  | 
  |    <!-- RMI/JRMP invoker -->
  |    <mbean code="org.jboss.invocation.jrmp.server.JRMPInvoker"
  |       name="jboss:service=invoker,type=jrmp">
  |       <attribute name="RMIObjectPort">4444</attribute>
  |       <attribute name="ServerAddress">${jboss.bind.address}</attribute>
  |       <!--
  |       <attribute name="RMIClientSocketFactory">custom</attribute>
  |       <attribute name="RMIServerSocketFactory">custom</attribute>
  |       <attribute name="SecurityDomain">ssl-domain-name</attribute>
  |       -->
  | 
  |       <depends>jboss:service=TransactionManager</depends>
  |    </mbean>
  | 
  |   <mbean code="org.jboss.invocation.jrmp.server.JRMPInvoker" 
  |          name="jboss:service=invoker,type=jrmp,socketType=SSL">
  |     <attribute name="RMIObjectPort">8443</attribute>
  |     <attribute name="RMIClientSocketFactory">
  |       org.jboss.security.ssl.RMISSLClientSocketFactory
  |     </attribute>
  |     <attribute name="RMIServerSocketFactory">
  |       org.jboss.security.ssl.RMISSLServerSocketFactory
  |     </attribute>
  |     <attribute name="SecurityDomain">java:/jaas/RMI+SSL</attribute>
  |     <depends>jboss.security:service=JaasSecurityDomain,domain=RMI+SSL</depends>
  |     <depends>jboss:service=TransactionManager</depends>
  |   </mbean>
  | 
  | <snip>

Annegret

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848303#3848303

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848303


-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to