CounterServlet is a servlet that maintains a counter for individual web pages. Web pages hitcount is displayed by invoking the CounterServlet as a server-side-include.
CSCounter is a free, open source Java servlet that displays the number of times a web page has been accessed using Server Side Includes (SSI). This means that you can embed commands in your html documents to display that information.