Skip to content

Commit 2ccf18c

Browse files
committed
changing the chapter title, and regenerating the PDF
1 parent 48afec2 commit 2ccf18c

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[JavaEE_Application_Docker_Cluster]]
2-
## Java EE Application on Container Cluster
2+
## Java EE Application on Mod Cluster
33

44
A frequent requirement for Java EE based applications is running them on a cluster of application server. While setup and test can be complicated on developer machines, this is where Docker can play to it's full potential. With the help of images and automatic port mapping, we're ready to test Ticket Monster on a couple of WildFly instances and add and remove them randomly.
55

docker-java-lab.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,25 @@ include::chapters/docker-maven.adoc[]
3030

3131
include::chapters/docker-eclipse.adoc[]
3232

33+
////
3334
include::chapters/docker-netbeans.adoc[]
3435

3536
include::chapters/docker-intellij.adoc[]
37+
////
3638

3739
include::chapters/docker-testing.adoc[]
3840

3941
include::chapters/docker-compose.adoc[]
4042

41-
include::chapters/container-cluster.adoc[]
43+
include::chapters/docker-mod-cluster.adoc[]
4244

4345
include::chapters/docker-swarm.adoc[]
4446

4547
include::chapters/docker-kubernetes.adoc[]
4648

49+
////
4750
include::chapters/docker-openshift.adoc[]
51+
////
4852

4953
include::chapters/docker-commands.adoc[]
5054

docker-java-lab.pdf

-592 KB
Binary file not shown.

0 commit comments

Comments
 (0)