You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2016/07/29 20:25:22 UTC

svn commit: r1754571 - /tomee/site/trunk/content/openejb.xml.mdtext

Author: rmannibucau
Date: Fri Jul 29 20:25:22 2016
New Revision: 1754571

URL: http://svn.apache.org/viewvc?rev=1754571&view=rev
Log:
CMS commit to tomee by rmannibucau

Modified:
    tomee/site/trunk/content/openejb.xml.mdtext

Modified: tomee/site/trunk/content/openejb.xml.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/openejb.xml.mdtext?rev=1754571&r1=1754570&r2=1754571&view=diff
==============================================================================
--- tomee/site/trunk/content/openejb.xml.mdtext (original)
+++ tomee/site/trunk/content/openejb.xml.mdtext Fri Jul 29 20:25:22 2016
@@ -1,9 +1,10 @@
 Title: openejb.xml
+
 <a name="openejb.xml-Overview"></a>
 # Overview
 
 The openejb.xml is the main configuration file for the container system and
-it's services such as transaction, security, and data sources.
+its services such as transaction, security, and data sources.
     
 The format is a mix of xml and properties inspired by the format of the
 httpd configuration file.  Basically:
@@ -33,16 +34,16 @@ to:
     </Resource>
 
 You are free to use white space, ":", or "=" for your name/value pair
-separator with no affect on OpenEJB.
+separator with no effect on OpenEJB.
     
 <a name="openejb.xml-PropertyDefaultsandOverriding"></a>
 ## Property Defaults and Overriding
     
 The openejb.xml file itself functions as an override, default values are
 specified via other means (service-jar.xml files in the classpath),
-therefore you only need to specify property values here for 2 reasons:
-1. you wish to for documentation purposes 
-1. you need to change the default value
+therefore you only need to specify property values here for 2 reasons:<br/>
+1. you wish to for documentation purposes<br/>
+2. you need to change the default value
 
 The default openejb.xml file has most of the useful properties for each
 component explicitly listed with default values for documentation purposes.
@@ -59,7 +60,7 @@ properties.  See [System Properties](sys
 To know what properties can be overriden the './bin/openejb properties'
 command is very useful: see [Properties Tool](properties-tool.html)
     
-It's function is to connect to a running server and print a canonical list
+Its function is to connect to a running server and print a canonical list
 of all properties OpenEJB can see via the various means of configuration. 
 When sending requests for help to the users list or jira, it is highly
 encouraged to send the output of this tool with your message.
@@ -74,7 +75,7 @@ change someday, but untill then ServerSe
 conf/<service-id>.properties files such as conf/ejbd.properties to
 configure the main protocol that services EJB client requests.
 
-The format those properties files is greatly adapted from the xinet.d style
+The format of those properties files is greatly adapted from the xinet.d style
 of configuration and even shares similar functionality and properties such
 as host-based authorization (HBA) via the 'only_from' property.