I am looking for a simple open source or reference application that I could use to test some Java servers. The primary server is Tomcat, and the database is MySQL. Are there some reasonable examples of apps that are pretty easy to get up and work with?
An ideal application would be fairly stateless and accessible without authentication so that it can be easily used for stress testing.
source
share