Modified instructions to include WTP for eclipse and the tomcat-users merge.
git-svn-id: http://webgoat.googlecode.com/svn/trunk@22 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
39a068987e
commit
d12bab05a4
@ -1,6 +1,7 @@
|
|||||||
***************************************
|
***************************************
|
||||||
|
|
||||||
Eclipse startup and dependency removal
|
Eclipse startup and dependency removal
|
||||||
|
WebGoat uses Eclipse WTP 1.5
|
||||||
|
|
||||||
***************************************
|
***************************************
|
||||||
|
|
||||||
@ -37,6 +38,22 @@ Verify tomcat directory is read/write access
|
|||||||
|
|
||||||
***************************************
|
***************************************
|
||||||
|
|
||||||
|
You may have to install Tomcat and merge the webgoat users into
|
||||||
|
the tomcat-users.xml file
|
||||||
|
|
||||||
|
File: <tomcat-root>/conf/tomcat-users.xml
|
||||||
|
|
||||||
|
<tomcat-users>
|
||||||
|
<role rolename="webgoat_admin"/>
|
||||||
|
<role rolename="webgoat_basic"/>
|
||||||
|
<role rolename="webgoat_user"/>
|
||||||
|
<user username="webgoat" password="webgoat" roles="webgoat_admin"/>
|
||||||
|
<user username="basic" password="basic" roles="webgoat_user,webgoat_basic"/>
|
||||||
|
<user username="guest" password="guest" roles="webgoat_user"/>
|
||||||
|
</tomcat-users>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
***************************************
|
***************************************
|
||||||
|
|
||||||
Initial Setup of Development Enviroment
|
Initial Setup of Development Enviroment
|
||||||
@ -105,6 +122,7 @@ in "Server Overview" window
|
|||||||
|
|
||||||
Uncheck "Run modules directly from the workspace"
|
Uncheck "Run modules directly from the workspace"
|
||||||
SAVE (ctrl-s)
|
SAVE (ctrl-s)
|
||||||
|
NOTE: In developer mode you may want to leave this checked
|
||||||
|
|
||||||
|
|
||||||
Rename the web.xml file:
|
Rename the web.xml file:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user