Hi folks,
I have a wM Integration Server 10.3 instance running on OpenJDK 1.8 in Linux where I followed KB#1782523 to enable SSL for the JMX port, /profiles//configuration/com.softwareag.platform.config.propsloader:
port=19007
jaasRealm=PlatformManagement
enabled=true
permission=*
alias=defaultJmx
secure=true
keystoreFile=‘path to keystore file’
keystorePass=‘password for the keystore file’
keystoreType=‘pkcs12 or jks’
Due to security concerns of passing user id and password even in our internal network, I’m trying to enable SSL for the JMX port so that I can use JMX monitoring tools like VisualVM to measure our IS server performance.
Has anyone been successful in this regard? I can only connect VisualVM to the JMX port without SSL.