src/share/classes/javax/management/remote/rmi/package.html

Print this page

        

@@ -238,11 +238,11 @@
       which means entry <code>myname</code> in the RMI registry
       running on the default port of host <code>myhost</code>.  Note
       that the RMI registry only allows registration from the local
       host.  So, in this case, <code>myhost</code> must be the name
       (or a name) of the host that the connector server is running
-      on.</p>
+      on.
 
     <p>In this <code>JMXServiceURL</code>, the first <code>rmi:</code>
       specifies the RMI
       connector, while the second <code>rmi:</code> specifies the RMI
       registry.</p>

@@ -260,11 +260,11 @@
       <pre>
       <code>ldap://dirhost:9999/cn=this,ou=that</code>
       </pre>
 
       which means entry <code>cn=this,ou=that</code> in the LDAP
-      directory running on port 9999 of host <code>dirhost</code>.</p>
+      directory running on port 9999 of host <code>dirhost</code>.
 
     <p>If the <code>JMXServiceURL</code> is:
 
       <pre>
       <code>service:jmx:iiop://ignoredhost/jndi/cn=this,ou=that</code>

@@ -278,11 +278,11 @@
       <code>cn=this,ou=that</code>
       </pre>
 
       For this case to work, the JNDI API must have been configured
       appropriately to supply the information about what directory to
-      use.</p>
+      use.
 
     <p>In these examples, the host name <code>ignoredhost</code> is
       not used by the connector server or its clients.  It can be
       omitted, for example:</p>