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

svn commit: r1741303 - /openwebbeans/cms-site/trunk/content/owbsetup_tomcat.mdtext

Author: struberg
Date: Wed Apr 27 18:03:26 2016
New Revision: 1741303

URL: http://svn.apache.org/viewvc?rev=1741303&view=rev
Log:
add owb-tomcat integration documentation (together with kgrosse)

Modified:
    openwebbeans/cms-site/trunk/content/owbsetup_tomcat.mdtext

Modified: openwebbeans/cms-site/trunk/content/owbsetup_tomcat.mdtext
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/owbsetup_tomcat.mdtext?rev=1741303&r1=1741302&r2=1741303&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/owbsetup_tomcat.mdtext (original)
+++ openwebbeans/cms-site/trunk/content/owbsetup_tomcat.mdtext Wed Apr 27 18:03:26 2016
@@ -22,6 +22,8 @@ By integrating OpenWebBeans with an exis
 
 Instead, OpenWebBeans will get copied to the tomcat lib directory and activated for all webapps.
 
+Note that while the script mentions tomcat-7 this also works for tomcat-8.x and tomcat-9.x
+
 ## Downloading the latest OpenWebBeans distribution
 
 Download the latest [OWB distribution bundle](download.html) and unzip it.
@@ -34,3 +36,9 @@ Change to the unzipped OWB distribution
 
 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.
+
+## Integrating OWB and Apache MyFaces with tomcat
+
+We also provide another script which can be used to install OpenWebBeans and [Apache MyFaces JSF Container](http://myfaces.apache.org) into tomcat.
+
+    ./install_owb_tomcat7_myfaces.sh somelocation/myfaces-core-assembly-2.2.8-bin.zip /path/to/your/tomcat/installation