Configuring tomcat to checkmk monitoring

First you can test with a normal browser or tools like curl if the jolokia is answering on the configured port.

curl -k https://localhost:1111/jolokia/version

The output should be a status line in json syntax.