2 Replies Latest reply on Dec 23, 2010 10:33 AM by earnest.dyke

    Accessing keystore and truststore in jboss 5

    varsha7

      In jboss 5.1.0GA, in the jboss-wsse-server.xml, is there a way to specify an absolute path to the keystore and truststore files?

       

      The only way it works for me currently is if I specify the relative path.

      eg: <key-store-file>WEB-INF/abc.p12</key-store-file> and <trust-store-file>WEB-INF/abc_truststore.jks</trust-store-file>

       

      If an absolute path cannot be specified, is there a way to specify a url or supply it as an argument in bin/run.bat?

       

      Thanks.