forked from GuillaumeMartial/jdev-env-java
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
27c555b
commit ae024f0
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Step by step guide | ||
|
||
You can build this architecture step by step, so as to better understand it. The solutions can be found in the `stepx` repositories. | ||
|
||
|
||
## Step 1 | ||
(This container is defined in the [step1] repository.) | ||
|
||
We want to deploy a simple helloworld application. We need java to be installed and the tomcat servlet to run. | ||
|
||
For the sake of simplicity, let us do it in a single container. It loads the binaries, copies the `helloworld.war` archive in the `tomcat-bin/webapps` repository and starts tomcat. |