ActiveVOS Server User’s Guide

Configuring Java-Based Servers for WS-Security

You must set up a keystore that is accessible by the server from the file system using the path specified by org.apache.ws.security.crypto.merlin.file in crypto.properties. Also, the crypto.properties file must be available on the server's classpath. The target location of these files varies depending on the target platform.

The properties in the crypto.properties file are described in Configuring ActiveVOS Server for WS-Security .

The following is an example of crypto.properties for Java-based servers:

org.apache.ws.security.crypto.merlin.keystore.password=pw
org.apache.ws.security.crypto.merlin.keystore.type=jks
org.apache.ws.security.crypto.merlin.file=ae.keystore
org.apache.ws.security.crypto.provider=org.apache.ws.security.components.crypto.Merlin
org.apache.ws.security.crypto.merlin.keystore.alias=myadmin