Re: Axis2 WS Security- Issue in loading merlin file path

2019-12-06 Thread viji
the rampart configuration is done like following rampartConfig(String signatureCertFilePath, String certPassword) { Properties merlinProperties = new Properties(); merlinProperties.put("org.apache.ws.security.crypto.merlin.keystore.type", "JKS");

Re: Axis2 WS Security- Issue in loading merlin file path

2019-12-06 Thread robertlazarski .
I am not a rampart user though the examples I see in the docs use a file path on the local file system. So I would deploy it under WEB-INF/classes and pass a relative path to it. On Fri, Dec 6, 2019 at 12:10 AM viji wrote: > > the rampart configuration is done like following > > rampartConfig(S