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");
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