#173 Added the URL for WebGoat to the console output

This commit is contained in:
Nanne Baars
2016-03-18 14:38:49 +01:00
parent bc6b040f42
commit 7a7fb088ad
2 changed files with 3 additions and 1 deletions

View File

@ -243,6 +243,7 @@ public class HammerHead extends HttpServlet {
httpDateFormat.setTimeZone(TimeZone.getTimeZone("GMT"));
propertiesPath = getServletContext().getRealPath("/WEB-INF/webgoat.properties");
webgoatContext = new WebgoatContext(this);
logger.info("Browse to http://localhost:8080/WebGoat and happy hacking!");
}
/**