You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by vi...@apache.org on 2012/04/28 06:04:13 UTC

svn commit: r1331677 - /openejb/site/trunk/content/clients.mdtext

Author: vishwanathk
Date: Sat Apr 28 04:04:13 2012
New Revision: 1331677

URL: http://svn.apache.org/viewvc?rev=1331677&view=rev
Log:
correct docs

Modified:
    openejb/site/trunk/content/clients.mdtext

Modified: openejb/site/trunk/content/clients.mdtext
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/clients.mdtext?rev=1331677&r1=1331676&r2=1331677&view=diff
==============================================================================
--- openejb/site/trunk/content/clients.mdtext (original)
+++ openejb/site/trunk/content/clients.mdtext Sat Apr 28 04:04:13 2012
@@ -1,6 +1,7 @@
 Title: Clients
+
 <a name="Clients-LocalClient(embeddedcontainer)"></a>
-#  Local Client (embedded container)
+###  Local Client (embedded container)
 
 
     Properties p = new Properties();
@@ -12,10 +13,10 @@ Title: Clients
 
 
 <a name="Clients-LocalClient(non-defaultrealmname)"></a>
-#  Local Client (non-default realm name)
+###  Local Client (non-default realm name)
 
 <a name="Clients-Loginconfigurationfile(conf/login.config)"></a>
-## Login configuration file (conf/login.config)
+### Login configuration file (conf/login.config)
 
 
     PropertiesLogin {
@@ -33,7 +34,7 @@ Title: Clients
 
 
 <a name="Clients-Programcode"></a>
-## Program code
+### Code
 
 
     Properties p = new Properties();
@@ -46,7 +47,7 @@ Title: Clients
 
 
 <a name="Clients-RemoteClient(openejbstandalone)"></a>
-#  Remote Client (openejb standalone)
+###  Remote Client (openejb standalone)
 
 
     Properties p = new Properties();
@@ -62,7 +63,7 @@ Title: Clients
 
 
 <a name="Clients-RemoteClientwithHTTP(openejbstandalone)"></a>
-#  Remote Client with HTTP (openejb standalone)
+###  Remote Client with HTTP (openejb standalone)
 
 
     Properties p = new Properties();
@@ -79,7 +80,7 @@ Title: Clients
 
 
 <a name="Clients-RemoteClientwithHTTP(intomcat)"></a>
-#  Remote Client with HTTP (in tomcat)
+###  Remote Client with HTTP (in tomcat)
 
 
     Properties p = new Properties();