[jboss-cvs] jboss-profiler/java/config/jboss ...
Takuro Okada
t2-okada at nri.co.jp
Fri Mar 2 03:05:40 EST 2007
User: tokada
Date: 07/03/02 03:05:40
Modified: java/config/jboss Tag: JBossProfiler_Expansion
collector-config.xml
Log:
Correct a bug
Revision Changes Path
No revision
No revision
1.1.2.2 +1 -1 jboss-profiler/java/config/jboss/Attic/collector-config.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: collector-config.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-profiler/java/config/jboss/Attic/collector-config.xml,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- collector-config.xml 2 Mar 2007 05:34:18 -0000 1.1.2.1
+++ collector-config.xml 2 Mar 2007 08:05:39 -0000 1.1.2.2
@@ -5,7 +5,7 @@
<!-- SAMPLE: The agent connection for the JBoss Application Server -->
<agent>
<service-name>jboss.profiler:service=ProfilerService</service-name>
- <jmx-connector-url>jnp:/localhost:1099</jmx-connector-url>
+ <jmx-connector-url>jnp://localhost:1099</jmx-connector-url>
<jmx-connector-jndi-name>jmx/invoker/RMIAdaptor</jmx-connector-jndi-name>
<jmx-connector-jndi-context-factory>org.jnp.interfaces.NamingContextFactory</jmx-connector-jndi-context-factory>
</agent>
More information about the jboss-cvs-commits
mailing list