You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by sa...@apache.org on 2014/11/17 10:48:37 UTC

svn commit: r1640122 - /ode/site/trunk/content/war-deployment.mdtext

Author: sathwik
Date: Mon Nov 17 09:48:36 2014
New Revision: 1640122

URL: http://svn.apache.org/r1640122
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=1640122&r1=1640121&r2=1640122&view=diff
==============================================================================
--- ode/site/trunk/content/war-deployment.mdtext (original)
+++ ode/site/trunk/content/war-deployment.mdtext Mon Nov 17 09:48:36 2014
@@ -28,7 +28,7 @@ The ODE war should have been copied to t
 
 2. Download latest bitronix archive from [here](http://docs.codehaus.org/display/BTM/Download).
 
-3. Copy these jars available in the bitronix archive to _/lib_ directory of Tomcat 7.
+3. 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
@@ -88,13 +88,13 @@ 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](/resources/ode_openjpa_mysql-1.3.2.sql) has been loaded in a _ode_ database.
+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.
 
         :::text
         $ mysql -u root
         mysql> create database ode;
         mysql> exit
-        $ mysql -u root ode < ode_openjpa_mysql-1.3.2.sql
+        $ mysql -u root ode < ode-1.3.4-jpa-mysql55.sql
 
 
 You're done!