Author: sathwik
Date: Mon Nov 17 08:56:56 2014
New Revision: 1640105
URL: http://svn.apache.org/r1640105
Log:
formatted properties
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=1640105&r1=1640104&r2=1640105&view=diff
==============================================================================
--- ode/site/trunk/content/war-deployment.mdtext (original)
+++ ode/site/trunk/content/war-deployment.mdtext Mon Nov 17 08:56:56 2014
@@ -39,17 +39,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.