From 16f5ca4d0baf2a67a256d91d60f88f9b77052c01 Mon Sep 17 00:00:00 2001 From: mayhew64 Date: Fri, 28 Aug 2015 11:33:08 -0400 Subject: [PATCH] Update README.MD --- README.MD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index 7964ea035..e30413d36 100644 --- a/README.MD +++ b/README.MD @@ -125,7 +125,7 @@ cd WebGoat mvn -pl webgoat-container tomcat7:run-war ``` -Browse to [http://localhost:8080](http://localhost:8080/WebGoat) and happy hacking ! +Browse to [http://localhost:8080/WebGoat](http://localhost:8080/WebGoat) and happy hacking ! #### Option #2: Java executable JAR The __maven package__ goal generates an executable .jar file: @@ -137,7 +137,7 @@ cd webgoat-container/target java -jar webgoat-container-7.0-SNAPSHOT-war-exec.jar http://localhost:8080/WebGoat ``` -Browse to [http://localhost:8080](http://localhost:8080/WebGoat) and happy hacking ! +Browse to [http://localhost:8080/WebGoat](http://localhost:8080/WebGoat) and happy hacking ! #### Option #3: Deploy the WebGoat WAR file in yout local Tomcat or other Application Serve: The __maven package__ goal generates a .war file that can deployed into an Application Server, such as Tomcat @@ -148,4 +148,4 @@ mvn package cp webgoat-container/target/webgoat-container-7.0-SNAPSHOT-war-exec.jar /webapps/ ``` -Browse to [http://localhost:8080](http://localhost:8080/WebGoat) and happy hacking ! +Browse to [http://localhost:8080/WebGoat](http://localhost:8080/WebGoat) and happy hacking !