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:26:58 UTC

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

Author: buildbot
Date: Mon Nov 17 09:26:57 2014
New Revision: 929498

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:26:57 2014
@@ -1 +1 @@
-1640110
+1640114

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:26:57 2014
@@ -148,22 +148,19 @@
 <p>Enter the appropriate mysql <strong>user</strong> and <strong>password</strong> in the properties file.</p>
 </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
-    <span class="nt">&lt;Context</span> <span class="na">reloadable=</span><span class="s">&quot;true&quot;</span> <span class="na">crossContext=</span><span class="s">&quot;true&quot;</span><span class="nt">&gt;</span>    
-       <span class="nt">&lt;Resource</span>   
-           <span class="na">name=</span><span class="s">&quot;jdbc/ode&quot;</span>   
-           <span class="na">auth=</span><span class="s">&quot;Container&quot;</span> <span class="na">type=</span><span class="s">&quot;javax.sql.DataSource&quot;</span>   
-           <span class="na">factory=</span><span class="s">&quot;bitronix.tm.resource.ResourceObjectFactory&quot;</span>   
-           <span class="na">uniqueName=</span><span class="s">&quot;jdbc/ode&quot;</span> <span class="nt">/&gt;</span>  
-    <span class="nt">&lt;/Context&gt;</span>
+<p>Associate the datasource created in the previous step for ODE.<br />
+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><span class="nt">&lt;Context</span> <span class="na">reloadable=</span><span class="s">&quot;true&quot;</span> <span class="na">crossContext=</span><span class="s">&quot;true&quot;</span><span class="nt">&gt;</span>    
+   <span class="nt">&lt;Resource</span>   
+       <span class="na">name=</span><span class="s">&quot;jdbc/ode&quot;</span>   
+       <span class="na">auth=</span><span class="s">&quot;Container&quot;</span> <span class="na">type=</span><span class="s">&quot;javax.sql.DataSource&quot;</span>   
+       <span class="na">factory=</span><span class="s">&quot;bitronix.tm.resource.ResourceObjectFactory&quot;</span>   
+       <span class="na">uniqueName=</span><span class="s">&quot;jdbc/ode&quot;</span> <span class="nt">/&gt;</span>  
+<span class="nt">&lt;/Context&gt;</span>
 </pre></div>
 
 
-<ol>
+</li>
 <li>
 <p>Add the below lines in the <em><strong>web.xml</strong></em>  of ODE web application.</p>
 <div class="codehilite"><pre><span class="nt">&lt;resource-ref&gt;</span>