More readme tweaks, fixed the delete command in the SQL Server startup

git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@413 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
mayhew64@gmail.com
2009-11-11 04:04:25 +00:00
parent 0f3cc19b11
commit c3908e8700
2 changed files with 19 additions and 1 deletions

View File

@ -19,7 +19,7 @@ SET DatabaseConnectionString=jdbc:jtds:sqlserver://./webgoat;namedPipe=true;INST
SET DatabaseUser=webgoat
SET DtabasePassword=_webgoat
delete .\tomcat\conf\server.xml
del .\tomcat\conf\server.xml
copy .\tomcat\conf\server_80.xml .\tomcat\conf\server.xml
@REM Run tomcat: must have quotes incase var has spaces in it