Skip to content

Commit 771edfc

Browse files
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
1 parent 97a05e2 commit 771edfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/webgoat_8080.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ call "%CATALINA_HOME%\bin\startup.bat" start
2121

2222
echo
2323
echo If the Tomcat DOS shell quit immediately, it is likely that
24-
echo there is another service listening on port 80.
24+
echo there is another service listening on port 8080.
2525
echo

webgoat_8080.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ call "%CATALINA_HOME%\bin\startup.bat" start
2121

2222
echo
2323
echo If the Tomcat DOS shell quit immediately, it is likely that
24-
echo there is another service listening on port 80.
24+
echo there is another service listening on port 8080.
2525
echo

0 commit comments

Comments
 (0)