Clone URL (Committers only):
https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://tomee.apache.org/openejb.xml.mdtext

Jan Torres W. [email protected]

Index: trunk/content/openejb.xml.mdtext
===================================================================
--- trunk/content/openejb.xml.mdtext    (revision 1655892)
+++ trunk/content/openejb.xml.mdtext    (working copy)
@@ -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 @@
     </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 @@
 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 @@
 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.
 

Reply via email to