#173 Added the URL for WebGoat to the console output
This commit is contained in:
parent
bc6b040f42
commit
7a7fb088ad
@ -243,6 +243,7 @@ public class HammerHead extends HttpServlet {
|
|||||||
httpDateFormat.setTimeZone(TimeZone.getTimeZone("GMT"));
|
httpDateFormat.setTimeZone(TimeZone.getTimeZone("GMT"));
|
||||||
propertiesPath = getServletContext().getRealPath("/WEB-INF/webgoat.properties");
|
propertiesPath = getServletContext().getRealPath("/WEB-INF/webgoat.properties");
|
||||||
webgoatContext = new WebgoatContext(this);
|
webgoatContext = new WebgoatContext(this);
|
||||||
|
logger.info("Browse to http://localhost:8080/WebGoat and happy hacking!");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -18,6 +18,7 @@ log4j.appender.CONSOLE.layout.conversionPattern=%d{yyyy-MM-dd HH:mm:ss,SSS} %-5p
|
|||||||
|
|
||||||
# a little less spring output
|
# a little less spring output
|
||||||
log4j.category.org.springframework = INFO
|
log4j.category.org.springframework = INFO
|
||||||
|
log4j.category.org.apache=INFO
|
||||||
|
|
||||||
log4j.appender.default.out=org.apache.log4j.ConsoleAppender
|
log4j.appender.default.out=org.apache.log4j.ConsoleAppender
|
||||||
log4j.appender.default.out.threeshold=DEBUG
|
log4j.appender.default.out.threeshold=DEBUG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user