User: andreas
Date: 00/09/20 12:07:17
Modified: . JMX.Connector.Howto.html
Log:
Fix the text accordingly to suggestions from Jeremiah
Revision Changes Path
1.3 +4 -85 jbossweb/JMX.Connector.Howto.html
Index: JMX.Connector.Howto.html
===================================================================
RCS file: /products/cvs/ejboss/jbossweb/JMX.Connector.Howto.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- JMX.Connector.Howto.html 2000/09/10 04:45:56 1.2
+++ JMX.Connector.Howto.html 2000/09/20 19:07:16 1.3
@@ -2,88 +2,7 @@
<HTML>
<HEAD>
<TITLE>JMX Connector Introduction and HowTo</TITLE>
-<STYLE type="text/css">
-BODY {
- background-color:#99cc66;
-}
-DIV.page {
- background-color:white;
- margin-left:0.25in;
- margin-right:0.25in;
- border:solid 1px;
-}
-DIV.para {
- font:normal 12pt 'times new roman',serif;
- margin-left:0.5in;
- margin-top:1em;
- margin-bottom:1em;
- margin-right:o.5in;
- background-color:white;
-}
-DIV.code {
- font:normal 9pt 'courier new', monospaced;
- margin-left:0.5in;
- padding-left:0.25in;
- margin-right:0.5in;
- border:none 1px;
- background-color:lightblue;
- white-space:pre;
-}
-DIV.footer {
- font:normal 12pt 'times new roman',serif;
- margin-left:0.1in;
- margin-top:1em;
- margin-bottom:1em;
- margin-right:o.1in;
- background-color:lightskyblue;
-}
-DIV OL {
- font:normal 12pt 'times new roman';
- margin-left:0.5in;
- margin-top:1em;
- margin-bottom:1em;
- margin-right:o.5in;
- background-color:khaki;
-}
-DIV UL {
- font:normal 12pt 'times new roman';
- margin-left:0.5in;
- margin-top:1em;
- margin-bottom:1em;
- margin-right:o.5in;
- background-color:lightgreen;
-}
-DIV B {
- font-weight:bold;
- background-color:lightcoral;
-}
-PRE.code {
- font:normal 9pt 'courier new', monospaced;
- margin-left:0.5in;
- padding-left:0.25in;
- margin-right:0.5in;
- margin-top:0in;
- margin-bottom:0in;
- border:none 1px;
- background-color:lightblue;
-}
-H1 {
- font-size:28pt;
- text-align:center;
-}
-H2 {
- font-size:24pt;
- margin-left:0.1in;
-}
-H3 {
- font-size:20pt;
- margin-left:0.3in;
-}
-H4 {
- font-size:16pt;
- margin-left:0.5in;
-}
-</STYLE>
+<LINK REL="stylesheet" type="text/css" href="HowTo.css" >
</HEAD>
<BODY>
<DIV class="page">
@@ -276,7 +195,7 @@
</LI>
</UL>
</DIV>
-<H3>Client how knows the server and protocol</H3>
+<H3>How to create a client with the server and protocol</H3>
<DIV class="para" ALIGN="left">
<OL>
<LI>
@@ -305,7 +224,7 @@
</LI>
</OL>
</DIV>
-<H3>Client how do not know the server and protocol</H3>
+<H3>How to create a client without the server and protocol/H3>
<DIV class="para" ALIGN="left">
<OL>
<LI>
@@ -463,7 +382,7 @@
</UL>
</DIV>
<DIV class="footer" ALIGN="left">
-I anything is wrong or not correct please contact me at
+If anything is wrong or not correct please contact me at
<A HREF="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</A>.
Also if you want to know more in detail or have a request for changes in the JMX
Connector.