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/27 04:03:02 UTC

svn commit: r1331181 - /openejb/site/trunk/content/system-properties.mdtext

Author: vishwanathk
Date: Fri Apr 27 02:03:02 2012
New Revision: 1331181

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

Modified:
    openejb/site/trunk/content/system-properties.mdtext

Modified: openejb/site/trunk/content/system-properties.mdtext
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/system-properties.mdtext?rev=1331181&r1=1331180&r2=1331181&view=diff
==============================================================================
--- openejb/site/trunk/content/system-properties.mdtext (original)
+++ openejb/site/trunk/content/system-properties.mdtext Fri Apr 27 02:03:02 2012
@@ -1,6 +1,9 @@
 Title: System Properties
 
 <a name="SystemProperties-Overridingopenejb.xml"></a>
+
+You can find a list of properties [here](properties-listing.html). But read on to understand how these can be used.
+
 #  Overriding openejb.xml
 
 Anything in the openejb.xml file can be overridden via system properties of
@@ -26,9 +29,6 @@ Could be overridden as follows via syste
 
 <a name="SystemProperties-OverridingServerServices"></a>
 
-#### Related docs:
-[Properties Listing](properties-listing.html) : A partial list of configurable properties
-
 #  Overriding Server Services
 
 Any server service installed into OpenEJB can be overridden in the same
@@ -61,4 +61,4 @@ of the following: bind, port, threads, d
 So to set the address and port the ejbd service will bind to, simply
 specify this on the command line:
 
-    ./bin/openejb start -Dejbd.bind=192.168.1.12 -Dejbd.port=9988
+    ./bin/openejb start -Dejbd.bind=192.168.1.12 -Dejbd.port=9988
\ No newline at end of file