Re: jmxproxy server management problem

2008-01-25 Thread Tim Funk
I just checked again - there is no way to invoke an action with the jmxproxy. Just set/get values. This can be done via JMX, just not the jmxproxy servlet. So if you allow tomcat to be monitored via a real JMX tool - you should be able to do this. -Tim Константин Шумай wrote: Tim, thanks fo

Re: jmxproxy server management problem

2008-01-25 Thread Константин Шумай
Tim, thanks for explanation. But I do not understand what for this functionality. Can you give me advice how to change server port on running server or restart Connector pogrammatically? nI have an aim to change server port. I do not find any information how to do this making use of Tomcats managem

Re: jmxproxy server management problem

2008-01-25 Thread Tim Funk
All you did was change the bean which contains the property. Now that the port property is 8081. You need to stop the Connector and restart it. I'm not sure if you can do this via the JMXProxy servlet. (Or if you can - if there are any odd unexpected side effects) -Tim Константин Шумай wrote:

jmxproxy server management problem

2008-01-24 Thread Константин Шумай
Hello all, I've encountered interesting thing while working with Apache Tomcat 6.0.14. I have clear aim: to change running server port number using the remote application. There is an ability described in Tomcat documentation which provides administrative tools for server management. In particula