README.md
EasyBuggy is a broken web application in order to understand behavior of bugs and vulnerabilities, for example, memory leak, dead lock, JVM crash, SQL injection and so on.
Quick Start
$ mvn clean install exec:exec
( or java -jar easybuggy.jar
or deploy ROOT.war on your servlet container with the JVM options. )
Access to
http://localhost:8080
To stop:
Use CTRL+C
For more detail
See the wiki page.