CSRandomQuote is a free, open source Java servlet that displays random quotes using Server Side Includes (SSI). This means that you can embed commands in your html documents that will print a random line from a text file.
Features:
* Servlet can handle multiple quote collections via text files.
* Text files are cached in memory for maximum speed.
* Secure and easy to setup.