Re: invoke jmxproxy servlet using argument with a , is not a possible

2020-03-24 Thread Luis Rodríguez Fernández
Hello Arnaud, If jmxproxy does not work for you perhaps you can give a try to jolokia [1]. It accepts JSON POST requests [2] that can implement your scenario. The installation is quite straight-forward, simply deploy it as a .war or attach it as an agent to your JVM. Hope it helps, Luis [1]

Re: invoke jmxproxy servlet using argument with a , is not a possible

2020-03-24 Thread Martin Grigorov
Hi, On Mon, Mar 23, 2020 at 7:08 PM Arnaud Yahoo wrote: > Hello > > I am trying to invoke a mbean through jmxproxy servlet. Arguments are > separated with , so when one argument itself is containing a coma, it > breaks the invocation. > > It seems there is no way to escape ,. > > For example

invoke jmxproxy servlet using argument with a , is not a possible

2020-03-23 Thread Arnaud Yahoo
Hello I am trying to invoke a mbean through jmxproxy servlet. Arguments are separated with , so when one argument itself is containing a coma, it breaks the invocation. It seems there is no way to escape ,. For example trying to save a context configuration fails : curl -u user:pass -G