From 640b9001c4f076a75bbcc80767e354b436f900a4 Mon Sep 17 00:00:00 2001 From: Doug Morato Date: Wed, 19 Aug 2015 22:28:37 -0400 Subject: [PATCH] Fix URL for tomcat7:deploy goal --- webgoat-container/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webgoat-container/pom.xml b/webgoat-container/pom.xml index cab488a1c..ef27e7f5c 100644 --- a/webgoat-container/pom.xml +++ b/webgoat-container/pom.xml @@ -98,7 +98,8 @@ tomcat7-maven-plugin 2.1 - http://localhost:8080/manager + local_tomcat + http://localhost:8080/manager/text /WebGoat exec true