Author: buildbot
Date: Fri Jul 14 08:45:57 2017
New Revision: 1015459
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 Fri Jul 14 08:45:57 2017
@@ -1 +1 @@
-1801912
+1801915
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 Fri Jul 14 08:45:57
2017
@@ -97,12 +97,23 @@
<div class="row">
<div class="span12">
- <p><a name="WARDeployment-DeployingtheWAR"></a></p>
-<h2 id="deploying-the-war">Deploying the WAR</h2>
+ <style type="text/css">
+/* The following code is added by mdx_elementid.py
+ It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+ visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
+<p><a name="WARDeployment-DeployingtheWAR"></a></p>
+<h2 id="deploying-the-war">Deploying the WAR<a class="headerlink"
href="#deploying-the-war" title="Permanent link">¶</a></h2>
<p>Unzip the <a href="getting-ode.html">distribution</a> somewhere on your
disk, everything needed is inside.</p>
<p>Get the WAR file in the distribution root directory, rename it to
<em>ode.war</em> and copy this file to <a
href="http://tomcat.apache.org">Tomcat</a>'s webapp directory. Start Tomcat and
ODE should be up and running. You should get the <a
href="http://ws.apache.org/axis2">Axis2</a> welcome page under <a
href="http://localhost:8080/ode">http://localhost:8080/ode</a>. The ODE WAR
includes its own embedded database (<a
href="http://db.apache.org/derby">Derby</a>) so you don't have to worry about
configuring any external database for now.</p>
<p><a name="WARDeployment-Examples"></a></p>
-<h3 id="examples">Examples</h3>
+<h3 id="examples">Examples<a class="headerlink" href="#examples"
title="Permanent link">¶</a></h3>
<p>Copy the content of the <em>examples</em> directory in the distribution
(the 3 sub-directories) to <em>tomcat/webapps/ode/WEB-INF/processes</em>, this
will automatically deploy the 3 example processes. Use the <a
href="sendsoap-command.html">sendsoap command</a> located in the distribution
<em>bin</em> directory to send test messages. The messages to run each of the 3
examples are provided in their respective directory (testRequest.soap). For
each example type something like:</p>
<div class="codehilite"><pre>$ bin/sendsoap
http://localhost:8080/ode/processes/helloWorld
examples/HelloWorld2/testRequest.soap
</pre></div>
@@ -110,14 +121,16 @@
<p>The <a href="sendsoap-command.html">sendsoap</a> executable can be found in
the distribution <em>bin</em> directory. The urls should be updated according
to the address defined in the WSDL file for the process service.</p>
<p><a name="WARDeployment-ConfiguringODEinTomcatwithaMySQLdatabase"></a></p>
-<h3 id="configuring-ode-in-tomcat-with-a-mysql-database">Configuring ODE in
Tomcat with a MySQL database</h3>
+<h3 id="configuring-ode-in-tomcat-with-a-mysql-database">Configuring ODE in
Tomcat with a MySQL database<a class="headerlink"
href="#configuring-ode-in-tomcat-with-a-mysql-database" title="Permanent
link">¶</a></h3>
<p>The ODE war should have been copied to the <em>webapps</em> directory of
Tomcat and the server should have been started at least once before following
these instructions. This ensures that the webapp is properly exploded.</p>
+<p>:::text
+For any queries on Bitronix TM, kindly approach <a
href="https://github.com/bitronix/btm">bitronix github</a>.</p>
<ol>
<li>
<p>Drop the MySQL JDBC driver (<a
href="http://dev.mysql.com/downloads/#connector-j">MySQL Connector/J</a>) in
the <em>/lib</em> directory of Tomcat 7.</p>
</li>
<li>
-<p>Download latest bitronix archive from <a
href="http://docs.codehaus.org/display/BTM/Download">here</a>.</p>
+<p>Download latest bitronix archive from <a
href="http://search.maven.org/#search|ga|1|org.codehaus.btm">here</a>.</p>
</li>
<li>
<p>Copy these jars available in the bitronix archive to <em><tomcat>/lib</em>
directory of Tomcat 7.</p>
@@ -130,7 +143,7 @@
</ul>
</li>
<li>
-<p>Follow <a
href="http://docs.codehaus.org/display/BTM/Tomcat2x#Tomcat2x-Step2ConfigureBTMasthetransactionmanager">Step
2</a> in the original guide of bitronix.</p>
+<p>Follow <a
href="http://web.archive.org/web/20150520175205/https://docs.codehaus.org/display/BTM/Tomcat2x#Tomcat2x-Step2ConfigureBTMasthetransactionmanager">Step
2</a> in the original guide of bitronix.</p>
</li>
<li>
<p>Configure data sources.</p>
@@ -202,7 +215,7 @@ $ mysql -u root ode < ode-1.3.4-jpa-m
</ol>
<p>You're done!</p>
<p><a
name="WARDeployment-ConfiguringODEinJBosswithJNDIEXTERNALdatasource"></a></p>
-<h2 id="configuring-ode-in-jboss-with-external-jndi-datasource">Configuring
ODE in JBoss with external JNDI datasource</h2>
+<h2 id="configuring-ode-in-jboss-with-external-jndi-datasource">Configuring
ODE in JBoss with external JNDI datasource<a class="headerlink"
href="#configuring-ode-in-jboss-with-external-jndi-datasource" title="Permanent
link">¶</a></h2>
<p>Create ode/WEB-INF/conf/ode-axis2.properties with following content:</p>
<div class="codehilite"><pre><span class="c">#Uncomment for using dao
hibernate</span>
<span
class="c">#ode-axis2.dao.factory=org.apache.ode.daohib.bpel.BpelDAOConnectionFactoryImpl</span>