You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by sa...@apache.org on 2014/11/17 10:01:58 UTC

svn commit: r1640108 - /ode/site/trunk/content/war-deployment.mdtext

Author: sathwik
Date: Mon Nov 17 09:01:57 2014
New Revision: 1640108

URL: http://svn.apache.org/r1640108
Log:
some more formatting

Modified:
    ode/site/trunk/content/war-deployment.mdtext

Modified: ode/site/trunk/content/war-deployment.mdtext
URL: http://svn.apache.org/viewvc/ode/site/trunk/content/war-deployment.mdtext?rev=1640108&r1=1640107&r2=1640108&view=diff
==============================================================================
--- ode/site/trunk/content/war-deployment.mdtext (original)
+++ ode/site/trunk/content/war-deployment.mdtext Mon Nov 17 09:01:57 2014
@@ -38,7 +38,7 @@ The ODE war should have been copied to t
 
 4. Configure data sources.
 
-   Create a file name named _**resources.properties**_ under conf/ directory of tomcat with the below contents:
+    Create a file name named _**resources.properties**_ under conf/ directory of tomcat with the below contents.
 
     :::properties
     resource.ds2.className=bitronix.tm.resource.jdbc.lrc.LrcXADataSource
@@ -52,7 +52,7 @@ The ODE war should have been copied to t
     resource.ds2.allowLocalTransactions=true
     resource.ds2.shareTransactionConnections=true
 
-   Enter the appropriate mysql **user** and **password** in the properties file.
+    Enter the appropriate mysql **user** and **password** in the properties file.
 
 5. Associate the datasource created in the previous step for ODE.