Author: sathwik
Date: Mon Nov 17 07:28:03 2014
New Revision: 1640080
URL: http://svn.apache.org/r1640080
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=1640080&r1=1640079&r2=1640080&view=diff
==============================================================================
--- ode/site/trunk/content/war-deployment.mdtext (original)
+++ ode/site/trunk/content/war-deployment.mdtext Mon Nov 17 07:28:03 2014
@@ -38,17 +38,17 @@ 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:
- :::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=root
- resource.ds2.driverProperties.password=mysql
- 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=root
+ resource.ds2.driverProperties.password=mysql
+ resource.ds2.allowLocalTransactions=true
+ resource.ds2.shareTransactionConnections=true
5. Associate the datasource created in the previous step for ODE
Create a file named _**ode.xml**_ under conf/Catalina/localhost/ directory
under tomcat with the below given contents:
@@ -77,10 +77,10 @@ Add these lines in the _**web.xml**_
8. Add the below lines to _**ode-axis2.properties**_
- :::properties
- ode-axis2.tx.factory.class=org.apache.ode.axis2.util.TomcatFactory
- ode-axis2.db.mode=EXTERNAL
- ode-axis2.db.ext.dataSource=java:comp/env/jdbc/ode
+ :::properties
+ ode-axis2.tx.factory.class=org.apache.ode.axis2.util.TomcatFactory
+ ode-axis2.db.mode=EXTERNAL
+ ode-axis2.db.ext.dataSource=java:comp/env/jdbc/ode
2. Add the following stanza to _conf/server.xml_ inside the <Host> element: