Hi all,
I would like to update Coherence default keystore .cohstore.jks with a new one from .../oam_domain/config/fmwconfig/oam-config.xml. However, when I update with
a new one it gives me password error
Caused by: java.io.IOException: Keystore was tampered with, or password was incorrect
Below is my
xm configuration
<Setting Name="keystore" Type="htf:map">
<Setting Name="Key" Type="xsd:string">tangosol.coherence.security.keystore</Setting>
<Setting Name="Value" Type="xsd:string">file:config/fmwconfig/.cohstore.jks</Setting>
</Setting>
<Setting Name="keystore" Type="htf:map">
<Setting Name="Key" Type="xsd:string">tangosol.coherence.security.password</Setting>
<Setting Name="Value" Type="xsd:string">password</Setting>
</Setting>
from oam-config.xml
Please let me know where should I update the password.
Thanks