Add instructions how to run WebGoat on Java 9 or higher

This commit is contained in:
Nanne Baars 2018-07-04 19:15:54 +02:00
parent 2233550fe1
commit f9e552f1cd

View File

@ -40,6 +40,12 @@ java -jar webgoat-server-<<version>>.jar [--server.port=8080] [--server.address=
By default WebGoat starts on port 8080 with `--server.port` you can specify a different port. With `server.address` you
can bind it to a different address (default localhost)
If you use Java 9 or higher you need to run WebGoat as follows:
```Shell
java --add-modules java.xml.bind -jar webgoat-server-8.0.0.VERSION.jar
```
## 2. Run using Docker
From time to time we publish a new development preview of WebGoat 8 on Docker HUB, you can download this version