Author: sathwik
Date: Fri Jul 14 08:45:50 2017
New Revision: 1801915

URL: http://svn.apache.org/viewvc?rev=1801915&view=rev
Log:
updated bitronix links

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=1801915&r1=1801914&r2=1801915&view=diff
==============================================================================
--- ode/site/trunk/content/war-deployment.mdtext (original)
+++ ode/site/trunk/content/war-deployment.mdtext Fri Jul 14 08:45:50 2017
@@ -24,11 +24,14 @@ The [sendsoap](sendsoap-command.html) ex
 
 The ODE war should have been copied to the _webapps_ directory of Tomcat and 
the server should have been started at least once before following these 
instructions. This ensures that the webapp is properly exploded.
 
+:::text
+For any queries on Bitronix TM, kindly approach [bitronix 
github](https://github.com/bitronix/btm).
+
 1. Drop the MySQL JDBC driver ([MySQL 
Connector/J](http://dev.mysql.com/downloads/#connector-j)) in the _/lib_ 
directory of Tomcat 7.
 
-2. Download latest bitronix archive from 
[here](http://docs.codehaus.org/display/BTM/Download).
+1. Download latest bitronix archive from 
[here](http://search.maven.org/#search|ga|1|org.codehaus.btm).
 
-3. Copy these jars available in the bitronix archive to _<tomcat>/lib_ 
directory of Tomcat 7.
+1. Copy these jars available in the bitronix archive to _<tomcat>/lib_ 
directory of Tomcat 7.
 
     - btm-2.1.4.jar
     - btm-tomcat55-lifecycle-2.1.4.jar
@@ -36,9 +39,9 @@ The ODE war should have been copied to t
     - slf4j-api-1.6.4.jar
     - slf4j-jdk14-1.6.4.jar
 
-4. Follow [Step 
2](http://docs.codehaus.org/display/BTM/Tomcat2x#Tomcat2x-Step2ConfigureBTMasthetransactionmanager)
 in the original guide of bitronix.
+1. Follow [Step 
2](http://web.archive.org/web/20150520175205/https://docs.codehaus.org/display/BTM/Tomcat2x#Tomcat2x-Step2ConfigureBTMasthetransactionmanager)
 in the original guide of bitronix.
 
-5. Configure data sources.
+1. Configure data sources.
 
     Create a file name named _**resources.properties**_ under conf/ directory 
of tomcat with the below contents.
 
@@ -56,7 +59,7 @@ The ODE war should have been copied to t
 
     Enter the appropriate mysql **user** and **password** in the properties 
file.
 
-6. Associate the datasource created in the previous step for ODE.
+1. 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.
 
@@ -69,7 +72,7 @@ The ODE war should have been copied to t
                uniqueName="jdbc/ode" />  
         </Context>
 
-7. Add the below lines in the _**web.xml**_  of ODE web application.
+1. Add the below lines in the _**web.xml**_  of ODE web application.
 
         :::xml
         <resource-ref>  
@@ -79,9 +82,9 @@ The ODE war should have been copied to t
             <res-sharing-scope>Shareable</res-sharing-scope>  
         </resource-ref>
 
-8. Remove jar file _geronimo-jta_1.1_spec-1.1.jar_ from ODE web application 
_/lib_ directory.
+1. Remove jar file _geronimo-jta_1.1_spec-1.1.jar_ from ODE web application 
_/lib_ directory.
 
-9. Add the below lines to _**ode-axis2.properties**_
+1. Add the below lines to _**ode-axis2.properties**_
 
         :::properties
         ode-axis2.tx.factory.class=org.apache.ode.axis2.util.TomcatFactory
@@ -90,7 +93,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_.
 
-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.
+11. 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