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

svn commit: r929504 - in /websites/staging/ode/trunk/content: ./ war-deployment.html

Author: buildbot
Date: Mon Nov 17 09:48:41 2014
New Revision: 929504

Log:
Staging update by buildbot for ode

Modified:
    websites/staging/ode/trunk/content/   (props changed)
    websites/staging/ode/trunk/content/war-deployment.html

Propchange: websites/staging/ode/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Nov 17 09:48:41 2014
@@ -1 +1 @@
-1640120
+1640122

Modified: websites/staging/ode/trunk/content/war-deployment.html
==============================================================================
--- websites/staging/ode/trunk/content/war-deployment.html (original)
+++ websites/staging/ode/trunk/content/war-deployment.html Mon Nov 17 09:48:41 2014
@@ -120,7 +120,7 @@
 <p>Download latest bitronix archive from <a href="http://docs.codehaus.org/display/BTM/Download">here</a>.</p>
 </li>
 <li>
-<p>Copy these jars available in the bitronix archive to <em>/lib</em> directory of Tomcat 7.</p>
+<p>Copy these jars available in the bitronix archive to <em><tomcat>/lib</em> directory of Tomcat 7.</p>
 <ul>
 <li>btm-2.1.4.jar</li>
 <li>btm-tomcat55-lifecycle-2.1.4.jar</li>
@@ -187,11 +187,11 @@
 <p>Note that the value for JNDI entry <em>ode-axis2.db.ext.dataSource</em> should match the entry <em>resource.ds2.driverProperties.url</em>.</p>
 </li>
 <li>
-<p>Make sure that MySQL is started and the <a href="/resources/ode_openjpa_mysql-1.3.2.sql">ODE schema</a> has been loaded in a <em>ode</em> database.</p>
+<p>Make sure that MySQL is started and the <a href="http://ode.apache.org/ode-schema.html">ODE schema</a> has been loaded in a <em>ode</em> database.</p>
 <div class="codehilite"><pre>$ mysql -u root
 mysql&gt; create database ode;
 mysql&gt; exit
-$ mysql -u root ode &lt; ode_openjpa_mysql-1.3.2.sql
+$ mysql -u root ode &lt; ode-1.3.4-jpa-mysql55.sql
 </pre></div>