How to install.

Install step.( In Tomcat ).

  1. Downlaod webcounter.war file.
  2. Unzip file in TOMCAT_HOME/webapps/webcounter/
  3. Restart tomcat.

How to compile source.(For developer.)

All needs for compile are Java compiler and Maven.

Compile step.

  1. Downlaod webcounter_src.zip file.
  2. Unzip file.
  3. Just type "maven" in unziped directory.