The UDTT Smart visit client collector provides API to help collect the data when user logon and logout. To add smart visit collector to my project to collect the data when user logon and logout, you can:
2 Copy the file clientCollector.jsp from the bttweb2collector/client/collector directory into the web directory of the web project. Add bttweb2.jar into the build path and Java EE Module Dependencies of the web project.
3 Integrate the file clientCollector.jsp into the login destination web page to invoke the collector. Following is the sample code: