Hi,I'm currently working on an application deployed on apache-tomee-plus-7.0.2 already and upon starting the application server i see that remote jmx is by default enabled on port 1099.. standard tomcat ports are already modified to use different ports but i couldn't find any configuration about 1099 port to be used as jmx remote port. The problem is that I couldn't find any way to turn off remote jmx for this application. I searched for this port in startup and catalina files also and couldn't find jvm properties mentioned in https://docs.oracle.com/javase/8/docs/technotes/guides/management/agent.html.Is there any other place i need to search for or it is hardcoded in tomee code anywhere.I played around the jvm properties to turn off jmxremote but didn't work..If i explicitly specify a different port, its getting enabled on 2 ports ie 1099 + the port i specified.Also i couldn't restrict jmx to localhost only using jvm properties.Please help me in identifying where this 1099 is coming from.Thanks in advance
-- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html
