This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: configuring the truststoreandrzejros May 6, 2003 6:57 AM (in response to bartvh)add this to run.conf (in jboss> 3.2.0) 
 JAVA_OPTS="-Djavax.net.ssl.trustStore=/path/to/java/cacerts -Djavax.net.ssl.trustStorePassword=changeit"
 or in Your startup script
- 
        2. Re: configuring the truststoreandrzejros May 6, 2003 7:02 AM (in response to bartvh)simply add to run.conf or startup script: 
 JAVA_OPTS="-Djavax.net.ssl.trustStore=/opt/java/security/cacerts -Djavax.net.ssl.trustStorePassword=
 changeit"
 should work or get jboss sourcess and recompile startup.jar with given environment ;)
 
    