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:02:02 UTC

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

Author: buildbot
Date: Mon Nov 17 09:02:02 2014
New Revision: 929494

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:02:02 2014
@@ -1 +1 @@
-1640107
+1640108

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:02:02 2014
@@ -131,25 +131,23 @@
 </li>
 <li>
 <p>Configure data sources.</p>
-</li>
-</ol>
-<p>Create a file name named <em><strong>resources.properties</strong></em> under conf/ directory of tomcat with the below contents:</p>
-<div class="codehilite"><pre><span class="na">resource.ds2.className</span><span class="o">=</span><span class="s">bitronix.tm.resource.jdbc.lrc.LrcXADataSource</span>
-<span class="na">resource.ds2.uniqueName</span><span class="o">=</span><span class="s">jdbc/ode</span>
-<span class="na">resource.ds2.minPoolSize</span><span class="o">=</span><span class="s">10</span>
-<span class="na">resource.ds2.maxPoolSize</span><span class="o">=</span><span class="s">50</span>
-<span class="na">resource.ds2.driverProperties.driverClassName</span><span class="o">=</span><span class="s">com.mysql.jdbc.Driver</span>
-<span class="na">resource.ds2.driverProperties.url</span><span class="o">=</span><span class="s">jdbc:mysql://localhost:3306/ode</span>
-<span class="na">resource.ds2.driverProperties.user</span><span class="o">=</span>
-<span class="na">resource.ds2.driverProperties.password</span><span class="o">=</span>
-<span class="na">resource.ds2.allowLocalTransactions</span><span class="o">=</span><span class="s">true</span>
-<span class="na">resource.ds2.shareTransactionConnections</span><span class="o">=</span><span class="s">true</span>
-</pre></div>
-
-
+<p>Create a file name named <em><strong>resources.properties</strong></em> under conf/ directory of tomcat with the below contents.</p>
+<p>:::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=
+resource.ds2.driverProperties.password=
+resource.ds2.allowLocalTransactions=true
+resource.ds2.shareTransactionConnections=true</p>
 <p>Enter the appropriate mysql <strong>user</strong> and <strong>password</strong> in the properties file.</p>
-<ol>
-<li>Associate the datasource created in the previous step for ODE.</li>
+</li>
+<li>
+<p>Associate the datasource created in the previous step for ODE.</p>
+</li>
 </ol>
 <p>Create a file named <em><strong>ode.xml</strong></em> under conf/Catalina/localhost/ directory under tomcat with the below given contents:  </p>
 <div class="codehilite"><pre>    :::xml