Skip to content

Commit b69ef2f

Browse files
markxnelsonrjeberhard
authored andcommitted
updates from review comments
1 parent 82efefd commit b69ef2f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs-source/content/userguide/cicd/_index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ you need your domain, that is the configuration.
4444

4545
There is also other information associated with a domain that needs to live
4646
somewhere, for example leasing tables, message and transaction stores, and so
47-
on. We recommend that all of these be kept in a database so that they are
48-
separate from the Docker image and so that we get all of the management
49-
capabilities offered by a database server.
47+
on. We recommend that these be kept in a database to take advantage of built-in
48+
database server HA, and the fact that disaster recovery of sites across all
49+
but the shortest distances almost always requires using a single database
50+
server to consolidate and replicated data (DataGuard).
5051

5152
There are two common approaches on how to structure these components. The first,
5253
which we call "domain on persistent volume," places the JDK and WebLogic binaries

docs-source/content/userguide/cicd/how-to-copy-domains.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ to that domain using tools like WDT or WLST (see below).
3434
> Always use external state.
3535
3636
You should always keep state outside the Docker image. This means that you should
37-
use JDBC stores for leasing tables, JMS and Transaction stores, HTTP sessions,
37+
use JDBC stores for leasing tables, JMS and Transaction stores,
3838
EJB timers, JMS queues, and so on. This ensures that data will not be lost when
3939
a container is destroyed.

0 commit comments

Comments
 (0)