From 35ecb109cf137efa26c94fcdd61aeaa29c96f742 Mon Sep 17 00:00:00 2001 From: "ch.ko123" Date: Mon, 2 Nov 2009 22:40:20 +0000 Subject: [PATCH] added paragraph about tomcat to README.txt git-svn-id: http://webgoat.googlecode.com/svn/trunk@403 4033779f-a91e-0410-96ef-6bf7bf53c507 --- webgoat/README.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/webgoat/README.txt b/webgoat/README.txt index b1fa39109..aa266e134 100644 --- a/webgoat/README.txt +++ b/webgoat/README.txt @@ -28,3 +28,29 @@ File -> Import -> General -> Existing Projects into Workspace Don't forget to declare a classpath variable named M2_REPO, pointing to ~/.m2/repository, otherwise many links to existing jars will be broken. You can declare new variables in Eclipse in Windows -> Preferences... and selecting Java -> Build Path -> Classpath Variables + +Run the project on Tomcat within Eclipse +----------------------------------------- +1. Install a local Tomcat server +2. Open Eclipse -> File -> New -> Other -> Server -> Apache -> Tomcat -> Next +-> Insert your Tomcat Installation directory +-> Click next and add "webgoat" to the list of configured applications +-> Finish +3. Adapt the conf/tomcat-users.xml file of your Tomcat server: + + + + + + + + + + + + +4. Right Click on the webgoat project within eclipse -> Run As -> Run on server +5. http://localhost:8080/webgoat/attack + + +