/[Apache-SVN]
ViewVC logotype

Revision 669139


Jump to revision: Previous Next
Author: sfrenot
Date: Wed Jun 18 11:33:32 2008 UTC (16 years ago)
Changed paths: 7
Log Message:
Properties from config.properties.<profilName> used to build remote gateways address changed. There is no more hard coded part into the remote gateway construction.

Instead of :
 - mosgi.jmxconsole.id.1.profile=core
 - mosgi.jmxconsole.id.1.host=127.0.0.1
 - mosgi.jmxconsole.id.1.protocol=rmi
 - mosgi.jmxconsole.id.1.port=1099

Use :
 - mosgi.jmxconsole.id.1.jmxsurl=service:jmx:rmi:///jndi/rmi://127.0.0.1:1099/core

The new property value must look like this:
  "service:jmx:<protocol>:<sap>"

More information on what this new property value must look like are available on the javax.management.remote.JMXServiceURL class javadoc.



Changed paths

Path Details
Directoryfelix/trunk/mosgi/console.gui/src/main/java/org/apache/felix/mosgi/console/gui/Gateway.java modified , text changed
Directoryfelix/trunk/mosgi/console.gui/src/main/java/org/apache/felix/mosgi/console/gui/NodeCellRenderer.java modified , text changed
Directoryfelix/trunk/mosgi/console.gui/src/main/java/org/apache/felix/mosgi/console/gui/NodesTree.java modified , text changed
Directoryfelix/trunk/mosgi/doc/config.properties.jmxconsole modified , text changed
Directoryfelix/trunk/mosgi/doc/core.sh modified , text changed
Directoryfelix/trunk/mosgi/doc/jmxconsole.sh modified , text changed
Directoryfelix/trunk/mosgi/jmx.agent/src/main/java/org/apache/felix/mosgi/jmx/agent/AgentActivator.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26