Wednesday, April 25, 2007

generating reports

we are in the process of developing reports
like page visits,entry page etc

Wednesday, April 18, 2007

unique visitors



this is a screen shot of the report showing the unique visitors to the site being monitored.

reports

we have started generating different reports that our tool requires.

Tuesday, March 27, 2007

Column name in postgre SQL


In postgre SQL if we give column name like userId,it will look for userid and we will get error:
ERROR: column "userid" does not exist

To avoid this error ,give column name in lower cases

Thursday, March 8, 2007

progress so far

We have set up the filter.
We have connected to a postgres datase and logged the
relevant details into a table.
We have started work on the report generating part of
the tool.

Monday, March 5, 2007

Apache Tomcat

Apache Tomcat is the servlet container that is used in the official Reference Implementation for the java servlet and JSP technologies.We are using tomcat 5.5