Latest info on Live Tracker will be available at http://www.live-tracker.com/

Installation Instructions
=========================
Binary Installation - War Deployment
1. Use your favourite deployement tool that works for your JEE server and deploy
   the war file to a context, for example "/lt"
2. Copy /WEB-INF/jsp/ltrecordproxy.jsp from the war file to the root context of 
   your JEE server
3. Change the PageEventListener url in ltrecordproxy to change the exact 
   location of live tracker installation context
4. Change the javascript in /assets/js/livetracker.js to point to the correct 
   location of ltrecordproxy.jsp
5. Add tracker script in the <head> section of all the pages on your website 
   that you want tracked
	 <script type="text/javascript" src="/lt/assets/js/livetracker.js"></script>
6. Add script for the window closed event each of those pages as below:
	  <body onbeforeunload="sendPageEvent(1)">
7. Restart your JEE server to activate live tracker
8. Visit some pages in your website where tracking scripts have been added.
9. Tracker page can accessed at /lt/ltc?axn=Track.  The page content is self 
   explanatory.
10.Current refresh rates are 10 -15 seconds.  See the effect of new visitors on 
   the site or the exising visitors leaving the site with a max time dealy of 
   30 seconds.