Repository: tomee
Updated Branches:
  refs/heads/master 676e2533f -> f519c3c40


TOMEE-2416 & TOMEE-2418 - directory structure link and rename-remove text


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/d421ca31
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/d421ca31
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/d421ca31

Branch: refs/heads/master
Commit: d421ca311247cad754ab9dbd8f6b3436125baa2a
Parents: 1ff8ad8
Author: Daniel Dias <daniel.dias.analist...@gmail.com>
Authored: Wed Dec 26 01:40:47 2018 -0200
Committer: Daniel Dias <daniel.dias.analist...@gmail.com>
Committed: Wed Dec 26 01:40:47 2018 -0200

----------------------------------------------------------------------
 docs/admin/cluster/index.adoc | 11 -----------
 docs/docs.adoc                |  2 +-
 2 files changed, 1 insertion(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/d421ca31/docs/admin/cluster/index.adoc
----------------------------------------------------------------------
diff --git a/docs/admin/cluster/index.adoc b/docs/admin/cluster/index.adoc
index 3551828..c2927f8 100644
--- a/docs/admin/cluster/index.adoc
+++ b/docs/admin/cluster/index.adoc
@@ -52,25 +52,14 @@ The group setting can be changed to further group servers 
that may use the same
 
 IMPORTANT: for multicast to work you need to have ejbd activated as a normal 
service. This can be done setting in `conf/system.properties` the entry: 
`openejb.service.manager.class = 
org.apache.openejb.server.SimpleServiceManager`.
 
-text
-
 NOTE: for multicast to work you need to have ejbd activated as a normal 
service. This can be done setting in `conf/system.properties` the entry: 
`openejb.service.manager.class = 
org.apache.openejb.server.SimpleServiceManager`.
 
-text
-
 TIP: for multicast to work you need to have ejbd activated as a normal 
service. This can be done setting in `conf/system.properties` the entry: 
`openejb.service.manager.class = 
org.apache.openejb.server.SimpleServiceManager`.
 
-text
-
 CAUTION: for multicast to work you need to have ejbd activated as a normal 
service. This can be done setting in `conf/system.properties` the entry: 
`openejb.service.manager.class = 
org.apache.openejb.server.SimpleServiceManager`.
 
-text
-
 WARNING: for multicast to work you need to have ejbd activated as a normal 
service. This can be done setting in `conf/system.properties` the entry: 
`openejb.service.manager.class = 
org.apache.openejb.server.SimpleServiceManager`.
 
-text
-
-
 ===== Multicast Client
 
 The multicast functionality is not just for servers to find each other in a 
cluster, it can also be used for EJB clients to discover a server. A special 
multicast:// URL can be used in the InitialContext properties to signify that 
multicast should be used to seed the connection process. Such as:

http://git-wip-us.apache.org/repos/asf/tomee/blob/d421ca31/docs/docs.adoc
----------------------------------------------------------------------
diff --git a/docs/docs.adoc b/docs/docs.adoc
index 9d8c221..19d0899 100644
--- a/docs/docs.adoc
+++ b/docs/docs.adoc
@@ -6,7 +6,7 @@
 
 == Administration
 - link:admin/configuration/index.html[Server Configuration]
-- link:admin/directory-structure.html[Directory Structure]
+- link:admin/file-layout.html[Directory Structure]
 - link:admin/cluster/index.html[Clustering and High Availability (HA)]
 
 == Developers

Reply via email to