From 771edfca6d111fe887d2c6aaeb2ef555adf01667 Mon Sep 17 00:00:00 2001 From: "EGAndrew@gmail.com" Date: Fri, 24 May 2013 20:28:46 +0000 Subject: [PATCH] Port number typo's in the user messaging within the 8080 scripts. git-svn-id: http://webgoat.googlecode.com/svn/branches/webgoat-6.0@490 4033779f-a91e-0410-96ef-6bf7bf53c507 --- scripts/webgoat_8080.bat | 2 +- webgoat_8080.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/webgoat_8080.bat b/scripts/webgoat_8080.bat index e3edb64f6..55e840560 100644 --- a/scripts/webgoat_8080.bat +++ b/scripts/webgoat_8080.bat @@ -21,5 +21,5 @@ call "%CATALINA_HOME%\bin\startup.bat" start echo echo If the Tomcat DOS shell quit immediately, it is likely that -echo there is another service listening on port 80. +echo there is another service listening on port 8080. echo diff --git a/webgoat_8080.bat b/webgoat_8080.bat index a7f9dbb3f..153fd36e3 100644 --- a/webgoat_8080.bat +++ b/webgoat_8080.bat @@ -21,5 +21,5 @@ call "%CATALINA_HOME%\bin\startup.bat" start echo echo If the Tomcat DOS shell quit immediately, it is likely that -echo there is another service listening on port 80. +echo there is another service listening on port 8080. echo