You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by bu...@apache.org on 2016/04/27 20:03:33 UTC

svn commit: r986847 - in /websites/staging/openwebbeans/trunk/content: ./ owbsetup_tomcat.html

Author: buildbot
Date: Wed Apr 27 18:03:33 2016
New Revision: 986847

Log:
Staging update by buildbot for openwebbeans

Modified:
    websites/staging/openwebbeans/trunk/content/   (props changed)
    websites/staging/openwebbeans/trunk/content/owbsetup_tomcat.html

Propchange: websites/staging/openwebbeans/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Apr 27 18:03:33 2016
@@ -1 +1 @@
-1741302
+1741303

Modified: websites/staging/openwebbeans/trunk/content/owbsetup_tomcat.html
==============================================================================
--- websites/staging/openwebbeans/trunk/content/owbsetup_tomcat.html (original)
+++ websites/staging/openwebbeans/trunk/content/owbsetup_tomcat.html Wed Apr 27 18:03:33 2016
@@ -82,6 +82,7 @@ h2:hover > .headerlink, h3:hover > .head
 <h1 id="adding-openwebbeans-to-an-apache-tomcat-installation">Adding OpenWebBeans to an Apache Tomcat installation<a class="headerlink" href="#adding-openwebbeans-to-an-apache-tomcat-installation" title="Permanent link">&para;</a></h1>
 <p>By integrating OpenWebBeans with an existing tomcat installation you don't need to add any CDI container jars to your WAR files.</p>
 <p>Instead, OpenWebBeans will get copied to the tomcat lib directory and activated for all webapps.</p>
+<p>Note that while the script mentions tomcat-7 this also works for tomcat-8.x and tomcat-9.x</p>
 <h2 id="downloading-the-latest-openwebbeans-distribution">Downloading the latest OpenWebBeans distribution<a class="headerlink" href="#downloading-the-latest-openwebbeans-distribution" title="Permanent link">&para;</a></h2>
 <p>Download the latest <a href="download.html">OWB distribution bundle</a> and unzip it.</p>
 <h2 id="integrating-apache-openwebbeans-with-apache-tomcat">Integrating Apache OpenWebBeans with Apache Tomcat<a class="headerlink" href="#integrating-apache-openwebbeans-with-apache-tomcat" title="Permanent link">&para;</a></h2>
@@ -92,6 +93,10 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p>This will copy all necessary Apache OpenWebBeans jars over to your tomcat installation directory.
 It will also patch the tomcat context.xml and add org.apache.webbeans.web.tomcat7.ContextLifecycleListener.</p>
+<h2 id="integrating-owb-and-apache-myfaces-with-tomcat">Integrating OWB and Apache MyFaces with tomcat<a class="headerlink" href="#integrating-owb-and-apache-myfaces-with-tomcat" title="Permanent link">&para;</a></h2>
+<p>We also provide another script which can be used to install OpenWebBeans and <a href="http://myfaces.apache.org">Apache MyFaces JSF Container</a> into tomcat.</p>
+<div class="codehilite"><pre><span class="o">./</span><span class="n">install_owb_tomcat7_myfaces</span><span class="p">.</span><span class="n">sh</span> <span class="n">somelocation</span><span class="o">/</span><span class="n">myfaces</span><span class="o">-</span><span class="n">core</span><span class="o">-</span><span class="n">assembly</span><span class="o">-</span>2<span class="p">.</span>2<span class="p">.</span>8<span class="o">-</span><span class="n">bin</span><span class="p">.</span><span class="n">zip</span> <span class="o">/</span><span class="n">path</span><span class="o">/</span><span class="n">to</span><span class="o">/</span><span class="n">your</span><span class="o">/</span><span class="n">tomcat</span><span class="o">/</span><span class="n">installation</span>
+</pre></div>
         </div>
 
         <hr>