From 531bf627c3390b59f0724d9359c3d131ba3bab38 Mon Sep 17 00:00:00 2001 From: mayhew64 Date: Wed, 27 Feb 2008 00:58:37 +0000 Subject: [PATCH] Minor FAQ change git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@288 4033779f-a91e-0410-96ef-6bf7bf53c507 --- main/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/readme.txt b/main/readme.txt index 796fbe0b6..253ee6a44 100644 --- a/main/readme.txt +++ b/main/readme.txt @@ -122,7 +122,7 @@ HOW WEBGOAT WORKS TROUBLESHOOTING/FAQs: Q. I put the OWASP downloaded war file in my tomcat/webapps directory and the http://localhost/WebGoat/attack url doesn't work. -A. Rename the downloaded war file to WebGoat.war. Delete the existing tomcat/webapps/*WebGoat* directories. +A. Rename the downloaded war file to WebGoat.war. Delete the existing tomcat/webapps/*WebGoat* directories. Restart Tomcat. Q. I dropped the WebGoat war file into my non-Tomcat application server and WebGoat doesn't seem to work.