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....
This counter uses MS SQL Server to store hits. I have used a custom stored procedure to add and display hit. This is a very good example using stored procedures with JSP.... Tags:
alafoo weblog is a simple script which logs your website traffic. If you include the script in a page, each time it is viewed the script will record information about you visitor (date, time, IP address, requested URL) into the log.txt file. The script is good for small websites....