This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 744a5cc8dcbf1f7286115967f1213a915829782a
Author: kangzhidong <kzd...@163.com>
AuthorDate: Sun Aug 25 02:15:39 2019 +0800

    fix typo,add doc
---
 webapps/docs/cdi.xml   | 2 +-
 webapps/docs/index.xml | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/webapps/docs/cdi.xml b/webapps/docs/cdi.xml
index 41da951..e9cea2c 100644
--- a/webapps/docs/cdi.xml
+++ b/webapps/docs/cdi.xml
@@ -54,7 +54,7 @@
 
   <p>
     The process to build CDI support is the following.
-    <source><![CDATA[cd $TOMCAT_SRC/modules/cdi
+    <source><![CDATA[cd $TOMCAT_SRC/modules/owb
 mvn clean && mvn package]]></source>
     The resulting JAR at
     <code>target/tomcat-owb-x.y.z.jar</code> (where x.y.z depends on the
diff --git a/webapps/docs/index.xml b/webapps/docs/index.xml
index 896d7ba..007f607 100644
--- a/webapps/docs/index.xml
+++ b/webapps/docs/index.xml
@@ -141,7 +141,8 @@ Apache Tomcat, and using many of the Apache Tomcat 
features.</p>
     Developing WebSocket applications for Apache Tomcat.</li>
 <li><a href="rewrite.html"><strong>URL rewrite</strong></a> -
     Using the regexp based rewrite valve for conditional URL and host 
rewrite.</li>
-
+<li><a href="cdi.html"><strong>CDI and JAX-RS support</strong></a> -
+    Configuring CDI,JAX-RS and Eclipse Microprofile support.</li>
 </ol>
 
 </section>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to