Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
CSCounter 1.IV
CounterServlet
Top Code
CounterServlet
CSCounter 1.IV
Java > JSP and Servlets > Counters
Source List

Code 1-2 of 2   


This is a Java Servlet that can monitor, the number of hits to your web page and displays it. It uses Server Side Includes (SSI) to access the information. It can create new counters automatically and can handle an unlimited number of counters. It al



This is a Java Servlet that can enhance your web site by maintaining a counter for individual web pages. The servlet uses SSI (Server Side Include) to display the web pages hitcounted. The installation of this java servlet under Java Web Server is ve