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:11:09 UTC

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

Author: buildbot
Date: Mon Nov 17 09:11:09 2014
New Revision: 929495

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:11:09 2014
@@ -1 +1 @@
-1640108
+1640110

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:11:09 2014
@@ -132,17 +132,19 @@
 <li>
 <p>Configure data sources.</p>
 <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>
+<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>Enter the appropriate mysql <strong>user</strong> and <strong>password</strong> in the properties file.</p>
 </li>
 <li>