You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ka...@apache.org on 2015/04/20 17:06:16 UTC

svn commit: r1674913 - /openwebbeans/cms-site/trunk/content/openwebbeans-tomcat.mdtext

Author: karlkilden
Date: Mon Apr 20 15:06:16 2015
New Revision: 1674913

URL: http://svn.apache.org/r1674913
Log:
CMS commit to openwebbeans by karlkilden

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

Modified: openwebbeans/cms-site/trunk/content/openwebbeans-tomcat.mdtext
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/openwebbeans-tomcat.mdtext?rev=1674913&r1=1674912&r2=1674913&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/openwebbeans-tomcat.mdtext (original)
+++ openwebbeans/cms-site/trunk/content/openwebbeans-tomcat.mdtext Mon Apr 20 15:06:16 2015
@@ -16,7 +16,26 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 
-# OpenWebBeans Tomcat 6 & 7
+# OpenWebBeans Tomcat 6, 7 and 8
 
-Coming soon...
+Note: You also need other modules to run OpenWebBeans on Tomcat. 
+the Tomcat plugins only adds extra features and are not even mandatory for running on Tomcat. For more information read [Getting started][1]
 
+###Tomcat 6 Module
+
+    <dependency>
+        <groupId>org.apache.openwebbeans</groupId>
+        <artifactId>openwebbeans-tomcat6</artifactId>
+        <version>${owb.version}</version>
+        <scope>compile</scope>
+    </dependency>
+
+###Tomcat 7 and 8
+
+    <dependency>
+        <groupId>org.apache.openwebbeans</groupId>
+        <artifactId>openwebbeans-tomcat7</artifactId>
+        <version>${owb.version}</version>
+        <scope>compile</scope>
+    </dependency>
+  [1]: http://openwebbeans.apache.org/owbsetup_ee.html
\ No newline at end of file