David,
If you are running Apache you could use mod_rewrite to create static URL's which would fix your stats. 
 
For example:
http://www.mysite.com/RoutingServlet?directive=viewproducts&categoryid =1234
 
could become:
 
I don't know if it would require too large of a code rewrite for you but this is how I do it.
 
Tony


From: David Cooper [mailto:[EMAIL PROTECTED]
Sent: Friday, January 07, 2005 9:19 AM
To: [email protected]
Subject: [Juglist] web page access statistics are misleading throughanalyzer tool

Anyone on here use Webalizer (http://www.mrunix.net/webalizer/) for stat tracking on their Web site? We use it on our company site, but have recently changed URL structure.

Using a command pattern we have one request routing servlet that all requests go through which causes all the URLs to start with the same servlet name.

Does anyone know if Webalizer can differentiate based on parameter values (it doesn't seem to be looking past the servlet name (i.e. We want to track /gateway?cmd=AboutUs separately from /gateway?cmd=Home) Currently, all hits are being reported against just /gateway.

Or, does anyone know of a FREE analysis tool that will accomplish my goal.  My client is perturbed and blaming the Java technology.

Thanks,

David

 

 

_______________________________________________
Juglist mailing list
[email protected]
http://trijug.org/mailman/listinfo/juglist_trijug.org

Reply via email to