Author: sathwik
Date: Mon Nov 17 13:11:45 2014
New Revision: 1640157

URL: http://svn.apache.org/r1640157
Log:
added Step 4 to configure bitronix

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=1640157&r1=1640156&r2=1640157&view=diff
==============================================================================
--- ode/site/trunk/content/war-deployment.mdtext (original)
+++ ode/site/trunk/content/war-deployment.mdtext Mon Nov 17 13:11:45 2014
@@ -36,7 +36,9 @@ The ODE war should have been copied to t
     - slf4j-api-1.6.4.jar
     - slf4j-jdk14-1.6.4.jar
 
-4. Configure data sources.
+4. Follow [Step 
2](http://docs.codehaus.org/display/BTM/Tomcat2x#Tomcat2x-Step2ConfigureBTMasthetransactionmanager)
 in the original guide of bitronix.
+
+5. Configure data sources.
 
     Create a file name named _**resources.properties**_ under conf/ directory 
of tomcat with the below contents.
 
@@ -54,7 +56,7 @@ The ODE war should have been copied to t
 
     Enter the appropriate mysql **user** and **password** in the properties 
file.
 
-5. Associate the datasource created in the previous step for ODE.
+6. 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.
 
@@ -67,7 +69,7 @@ The ODE war should have been copied to t
                uniqueName="jdbc/ode" />  
         </Context>
 
-6. Add the below lines in the _**web.xml**_  of ODE web application.
+7. Add the below lines in the _**web.xml**_  of ODE web application.
 
         :::xml
         <resource-ref>  
@@ -77,9 +79,9 @@ The ODE war should have been copied to t
             <res-sharing-scope>Shareable</res-sharing-scope>  
         </resource-ref>
 
-7. Remove jar file _geronimo-jta_1.1_spec-1.1.jar_ from ODE web application 
_/lib_ directory.
+8. Remove jar file _geronimo-jta_1.1_spec-1.1.jar_ from ODE web application 
_/lib_ directory.
 
-8. Add the below lines to _**ode-axis2.properties**_
+9. Add the below lines to _**ode-axis2.properties**_
 
         :::properties
         ode-axis2.tx.factory.class=org.apache.ode.axis2.util.TomcatFactory
@@ -88,7 +90,7 @@ The ODE war should have been copied to t
 
     Note that the value for JNDI entry _ode-axis2.db.ext.dataSource_ should 
match the entry _resource.ds2.driverProperties.url_.
 
-9. Make sure that MySQL is started and the [ODE 
schema](http://ode.apache.org/ode-schema.html) has been loaded in a _ode_ 
database.
+10. Make sure that MySQL is started and the [ODE 
schema](http://ode.apache.org/ode-schema.html) has been loaded in a _ode_ 
database.
 
         :::text
         $ mysql -u root


Reply via email to