For purely experimental reasons, and to learn about monitoring applications, looking for something with the following criteria:
- written in Java
- web application, runnable in a web container (tomcat). not using EJBs/JMS.
- open-source
- somewhat resource-intensive
- using MySQL for DB
- makes good use of logs (that is, writes to logs often and descriptively)
- works fairly simple in EC2, i guess - what kinds of problem could be there? maybe usage of many ports?
The intention here is to be able to send it http query (or soap) requests and be able to significantly load it. Looking for some fresh ideas. Thanks!