You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2021/05/18 01:06:05 UTC

[tomee-site-generator] 25/44: fix some links

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

dblevins pushed a commit to branch markdown-to-asciidoc
in repository https://gitbox.apache.org/repos/asf/tomee-site-generator.git

commit 67affd284402b52beb5f4855812dff16214133a4
Author: David Jencks <dj...@apache.org>
AuthorDate: Wed Feb 19 16:19:02 2020 -0800

    fix some links
---
 tomee/modules/ROOT/pages/tomcat.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tomee/modules/ROOT/pages/tomcat.adoc b/tomee/modules/ROOT/pages/tomcat.adoc
index f34520c..f0abcd1 100644
--- a/tomee/modules/ROOT/pages/tomcat.adoc
+++ b/tomee/modules/ROOT/pages/tomcat.adoc
@@ -12,7 +12,7 @@ The OpenEJB plugin for Tomcat makes all of the OpenEJB features available to Ser
 
 In addition, WAR files can contain EJB modules and JPA persistence units eliminating the annoying construction of .ear files.
 Adding EJBs and JPA Persistence beans to your application is as simple as adding the @Stateless, @Stateful, @MessageDriven or @Entity to a class.
-The packaging is refered to as xref:openejb:collapsed-ear.adoc[OPENEJB:Collapsed EAR]  style as the war file, ejb jar, and persistence unit files are merged into one archive and share the same classloader.
+The packaging is refered to as xref:collapsed-ear.adoc[Collapsed EAR]  style as the war file, ejb jar, and persistence unit files are merged into one archive and share the same classloader.
 
 _Requirements:_
 
@@ -24,7 +24,7 @@ _Requirements:_
 
 Assuming you have a xref:tomcat-installation.adoc[normal working Tomcat 6.x or 5.5 installation] :
 
-. Download xref:openejb:download.adoc[openejb.war]
+. Download xref:downloads-ng.adoc[openejb.war]
 . Copy openejb.war to ${catalina.base}/webapps/openejb.war (Note: the file _must_ be named openejb.war)
 . Start Tomcat if it is not already running
 . (optional) Visit http://localhost:8080/openejb/installer  and click the 'install' button
@@ -33,7 +33,7 @@ Assuming you have a xref:tomcat-installation.adoc[normal working Tomcat 6.x or 5
 
 === ejb-examples.war
 
-See the webapps/ejb-examples/ directory in the xref:openejb:download.adoc[openejb-examples zip] .
+See the webapps/ejb-examples/ directory in the xref:downloads-ng.adoc[openejb-examples zip] .
 
 == Problems?