From aa62ffbb710484a36ceab2ca1cddcabc7050285f Mon Sep 17 00:00:00 2001 From: mayhew64 Date: Thu, 10 Jan 2008 13:36:06 +0000 Subject: [PATCH] No longer delivering standalone war git-svn-id: http://webgoat.googlecode.com/svn/trunk@264 4033779f-a91e-0410-96ef-6bf7bf53c507 --- .../main/WAR Installation Instructions.txt | 35 ------------------- 1 file changed, 35 deletions(-) delete mode 100644 webgoat/main/WAR Installation Instructions.txt diff --git a/ webgoat/main/WAR Installation Instructions.txt b/ webgoat/main/WAR Installation Instructions.txt deleted file mode 100644 index eef481eaa..000000000 --- a/ webgoat/main/WAR Installation Instructions.txt +++ /dev/null @@ -1,35 +0,0 @@ -=============================================================== -Installing WebGoat WAR file into a Standard Tomcat Installation - - Help: Mail List - http://lists.owasp.org/mailman/listinfo/owasp-webgoat - Email - webgoat@g2-inc.com -=============================================================== - -To do this, you'll need to configure server.xml and tomcat-users.xml a bit. -Basically, you'll want to change the port number in server.xml to 80 (or just stick with 8080). -WebGoat also has some specific users and roles that it uses which are defined in tomcat-users.xml. - -- Add the following users and roles to tomcat-users.xml in tomcat/conf directory - - - - - - - - - - - - - - -This is explained in the readme.txt file in the root directory. - -If you do not rename the war file to WebGoat.war you will need to -browse to: - -http://localhost/WebGoat-VERSION_NUM/attack - -Let us know if you are still having problems at the WebGoat mailing list: http://lists.owasp.org/mailman/listinfo/owasp-webgoat -or by sending email to WebGoat@g2-inc.com