Configuring tomcat to checkmk monitoring

Hi Team
can somebody please help .
currently i m configuring check_mk 1.6
we are running tomcat with ajp port 1117 and https port 1111 (we r not running any http port )


i just configured jolokia in my check_mk agent .
when i try to run mk_jolokia.py , getting below ERROR

<<<jolokia_info:sep(0)>>>
ERROR: (‘Connection aborted.’, BadStatusLine("’’",))
tomcatERROR(‘Connection aborted.’, BadStatusLine("’’",))

netstat -tulnp | grep -i 1111
tcp6 0 0 :::1111 :::* LISTEN 21701/java
etstat -tulnp | grep -i 1117
tcp6 0 0 :::1117 :::* LISTEN 21701/java

my jolokia config file is as below
instances = [
{
“port” : 1117,
“instance” : “tomcatA1”,
}
]