From 8246898f0d0f1e1dffedb90040497b4607180b92 Mon Sep 17 00:00:00 2001 From: Christof Rabensteiner Date: Fri, 23 Aug 2019 15:43:11 +0200 Subject: Documentation: Fix how to refer to MOA ZS and MOA SP-SS --- readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'readme.md') 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 -- cgit v1.2.3