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/keystore.p12</key-store-file> and <trust-store-file>WEB-INF/tde_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.