This is not enough.Hello,
can someone tell me how to specify a port for jmx
java -Dcom.sun.management.jmxremote.port=1097 ...
when starting xmlBlaster as Win32 service.
I tried to give it as property in the xmlBlaster.properties file, as something like
xmlBlaster/jmx/rmi/port=1097
without success.
Please set it in wrapper.conf:
wrapper.java.additional.1=-Dcom.sun.management.jmxremote.port=1097
(adjust the '.1' if you have other system properties already)
regards Marcel
Thanks, Bjoern