aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 433f5a6..2600a09 100644
--- a/readme.md
+++ b/readme.md
@@ -27,7 +27,7 @@ mvn test -P all-tests
```
Note that some integration tests (prefix `ITSSL`) rely on a TLS connection and Client Authentication. The following guide
-expalins how to set up TLS and Client Authentication with Apache 2.
+explains how to set up TLS and Client Authentication with Apache 2.
#### Quick Guide: Set Up SSL (inc. Client Authentication) in Apache 2.
@@ -87,7 +87,7 @@ After packaging the application to a `war` file, the application can be deployed
1. Copy the `war` file into the applications working directory.
```
- cp target/moa-zs-$MZS_VERSION.war standalone/
+ cp target/moa-zs.war standalone/
```
1. Copy the directory `test/main/resources/config/` into the applications working directory.
@@ -98,7 +98,6 @@ After packaging the application to a `war` file, the application can be deployed
The `config` folder works out of the box for test environments. You may apply changes to files in the `config` folder to fit the needs of a productive environment.
-
# Footnotes
[1] https://bugs.openjdk.java.net/browse/JDK-8214098