From d421ca311247cad754ab9dbd8f6b3436125baa2a Mon Sep 17 00:00:00 2001 From: Daniel Dias Date: Wed, 26 Dec 2018 01:40:47 -0200 Subject: [PATCH] TOMEE-2416 & TOMEE-2418 - directory structure link and rename-remove text --- docs/admin/cluster/index.adoc | 11 ----------- docs/docs.adoc | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/docs/admin/cluster/index.adoc b/docs/admin/cluster/index.adoc index 355182844a9..c2927f86285 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: diff --git a/docs/docs.adoc b/docs/docs.adoc index 9d8c2216aed..19d089910ef 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