-
-
clojure-jmxhttpgateway
... java process with JMX enabled without any security:
-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=4270 ... .sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false
Then start up the jmxhttpgateway.server: ...
-
riak-java-client
... from Maven, you may also turn feature sets on and off with system properties:
```
mvn -Pitest,default -Dcom.basho.riak.timeseries=true -Dcom.basho.riak.pbcport=$(RIAK_PORT) verify
```
The supported test flags are:
System Property | Default Value | ...
-
webuibuilder
... management.jmxremote -Dcom.sun.management.jmxremote.port=9999 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Xms128m -Xmx512m -XX:MaxPermSize=256m $JAVA_OPTS $LOG_OPTS $SECURITY_OPTS $EXO_OPTS"
...
-
LightOPC
... deadband calculations;
- extensive logging;
- application interface in pure "C";
- BrowseAddresSpace is implemented;
- complete DCOM compatibility;
- both in-proc & out-of-proc servers supported;
- "Free" & "Both" ...
-
LogLevel
... this to work requires that the target JVM has been started
with -Dcom.sun.management.jmxremote.
With Java 1.6 or later things are ... Java 1.6 even if the target JVM has been started without -Dcom.sun.management.jmxremote
the JMX agent can be started for the ...
-
riak_jmx
... -server -Dcom.sun.management.jmxremote.authenticate=false \
-Dcom.sun.management.jmxremote.ssl=false \
-Dcom.sun.management.jmxremote.port=41110 \
-jar ./priv/riak_jmx.jar 127.0.0.1 riak 127.0.0.1
```
The riak_jmx ...
-
sim-agent
... is not JDK 6 then add the following argument to VM : -Dcom.sun.management.jmxremote
This is used for allowing jconsole to ... 9999 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false
The main class can be invoked with 3 ...
-
R.vim
... rcom.univie.ac.at and ActiveState Perl in the PATH (watch out if you use R tools, because GNU perl does not have the DCOM interface, so ActiveState perl needs to be first in the path).
My ftplugin/r.vim under Windows:
perl << EOF
sub rsourceclipboard
{ ...
-
rst2word
Word writer for docutils (with COM/DCOM interfacing). pywin32 required.
========
rst2word
========
A docutils writer for docutils.
Required python libraries :
* docutils: http://docutils.sourceforge.net/
* PyWin32: http://sourceforge.net/ ...
-
jmx_jruby
... a client or create
your own MBeans as a Ruby class.
http://jruby-extras.rubyforge.org/jmx/
== FEATURES/PROBLEMS:
* Use '-J-Dcom.sun.management.jmxremote' to make jruby process accessible from a jruby command-line
== SYNOPSIS:
require 'jmx'
client = ...
-