How to run Mirth Connect on IBM JVM - rbeckman-nextgen/test-mc GitHub Wiki
Created by Gerald Bortis, last modified on Sep 14, 2009
Mirth Connect is configured by default to run on the Sun Java JVM. However, with some minor changes, you can have it run on IBM's JVM. Note that this fix only works with Mirth Connect 1.8.2 or later.
Step 1: Edit the $MIRTH_HOME/conf/mirth.properties file and set the following properties:
https.algorithm=IbmX509
https.keystoretype=PKCS12
This tells Mirth to use IBM's IbmX509 algorithm and the PKCS12 keystore type for its internal HTTP server.
Step 2: Regenerate the $MIRTH_HOME/keystore file by running the following command:
$JAVA_HOME/keytool -genkey -keystore ./keystore -storepass abc12345 -keypass abc12345 -keyalg RSA -alias keystore -validity 3650 -dname "cn=keystore example,ou=admin book,dc=jboss,dc=org" -storetype PKCS12
Step 3: Restart Mirth Connect
Thanks to Corey and his helpful post on the forums!
Document generated by Confluence on Nov 11, 2019 08:40