This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: Configuring two ways authentication when using JBoss + Sstarksm64 Sep 4, 2005 12:21 PM (in response to tdursun)From the testsuite/src/resources/jrmp/service-inf/jboss-service.xml <mbean code="org.jboss.invocation.jrmp.server.JRMPInvoker" name="jboss:service=invoker,type=jrmp,socketType=SSLSocketFactory,wantsClientAuth=true"> <attribute name="RMIObjectPort">0</attribute> <attribute name="RMIClientSocketFactory">org.jboss.security.ssl.RMISSLClientSocketFactory </attribute> <attribute name="RMIServerSocketFactoryBean" attributeClass="org.jboss.security.ssl.RMISSLServerSocketFactory" serialDataType="javaBean"> <property name="bindAddress">${jboss.bind.address}</property> <property name="securityDomain">java:/jaas/rmi-ssl</property> <property name="wantsClientAuth">true</property> <property name="needsClientAuth">true</property> </attribute> </mbean>
- 
        2. Re: Configuring two ways authentication when using JBoss + Stdursun Sep 5, 2005 7:02 AM (in response to tdursun)Dear Scott, 
 As I explained in my e-mail message that I sent you,
 I have already tried to run the sample you gave.
 But it does not work.
 According to the result I have found out my JBoss debugs,
 the SecurityDomain property of the RMIServerSocketFactoryBean
 could not been set correctly due to lack of SecurityDomainEditor.
- 
        3. Re: Configuring two ways authentication when using JBoss + Sstarksm64 Sep 5, 2005 9:47 AM (in response to tdursun)The support for this was added in 4.0.1. 
- 
        4. Re: Configuring two ways authentication when using JBoss + Stdursun Sep 20, 2005 1:44 AM (in response to tdursun)Hi Scott, 
 My JBoss version is already 4.0.2.
 What else wrong?
 
    