fixed mistake in jmx docs (SPR-977)

This commit is contained in:
Costin Leau 2010-12-15 15:13:23 +00:00
parent fbb106cfbe
commit da97547f00
1 changed files with 1 additions and 1 deletions

View File

@ -1196,7 +1196,7 @@ public class AnnotationTestBean implements IJmxTestBean {
below:</para> below:</para>
<programlisting language="xml"><![CDATA[<bean id="clientConnector" class="org.springframework.jmx.support.MBeanServerConnectionFactoryBean"> <programlisting language="xml"><![CDATA[<bean id="clientConnector" class="org.springframework.jmx.support.MBeanServerConnectionFactoryBean">
<property name="serviceUrl" value="service:jmx:rmi://localhost:9875"/> <property name="serviceUrl" value="service:jmx:rmi://localhost/jndi/rmi://localhost:1099/jmxrmi"/>
</bean>]]></programlisting> </bean>]]></programlisting>
</section> </section>