Stand-alone
Last updated
Was this helpful?
Last updated
Was this helpful?
Download the latest WebGoat release from and start it:
The latest version of WebGoat needs Java 11. 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).
On AdoptOpenJDK you can download a Java 11 HotSpot, using this link: you can choose an installer or just a zip package. Make sure that your environment has the location of Java 11.
WebWolf runs as a separate web application and is started automatically when using the Docker image. If you are not using the Docker image you will need to download the latest WebWolf release from and start it:
By default WebWolf starts on port 9090 with --server.port
you can specify a different port. With server.address
you can bind it to a different address (default localhost).