Author: sathwik
Date: Mon Nov 17 09:11:04 2014
New Revision: 1640110

URL: http://svn.apache.org/r1640110
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=1640110&r1=1640109&r2=1640110&view=diff
==============================================================================
--- ode/site/trunk/content/war-deployment.mdtext (original)
+++ ode/site/trunk/content/war-deployment.mdtext Mon Nov 17 09:11:04 2014
@@ -40,17 +40,17 @@ The ODE war should have been copied to t
 
     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
-    resource.ds2.uniqueName=jdbc/ode
-    resource.ds2.minPoolSize=10
-    resource.ds2.maxPoolSize=50
-    resource.ds2.driverProperties.driverClassName=com.mysql.jdbc.Driver
-    resource.ds2.driverProperties.url=jdbc:mysql://localhost:3306/ode
-    resource.ds2.driverProperties.user=
-    resource.ds2.driverProperties.password=
-    resource.ds2.allowLocalTransactions=true
-    resource.ds2.shareTransactionConnections=true
+        :::properties
+        resource.ds2.className=bitronix.tm.resource.jdbc.lrc.LrcXADataSource
+        resource.ds2.uniqueName=jdbc/ode
+        resource.ds2.minPoolSize=10
+        resource.ds2.maxPoolSize=50
+        resource.ds2.driverProperties.driverClassName=com.mysql.jdbc.Driver
+        resource.ds2.driverProperties.url=jdbc:mysql://localhost:3306/ode
+        resource.ds2.driverProperties.user=
+        resource.ds2.driverProperties.password=
+        resource.ds2.allowLocalTransactions=true
+        resource.ds2.shareTransactionConnections=true
 
     Enter the appropriate mysql **user** and **password** in the properties 
file.
 


Reply via email to