Hi there,
My JMX Server uses mx4j but needs an HTTP based Protocol to pass the
firewalls. Therefore I can use burlap or hessian together with mx4j.
This works with sun's jconsole (from tiger not mustang) if I put
hessian.jar and the mx4j JARs (esp. mx4j-tools) into some directory
and supply -J-Djava.endorsed.dirs=... to point to this directory.
However with wlshell the same thing (-Djava.endorsed.dirs=...) does
not work:
wlsh [not connected]> connect -l service:jmx:hessian://myhost:8080/myapp
/jmxconnector root foobar
couldn't execute all the script, there was an error at line 1:
couldn't find a connector for the URL:
service:jmx:hessian://myhost:8080/myapp/jmxconnect
or
type "help" for a list of commands
Any ideas?
Thanks
Jörg