I think you are going about this the wrong way.

Instead of explicitly targeting the counter.jsp you could
use a number of different approaches

1) have a "counter" bean.  Each page you want to count 
could include the counter bean invocation

2) map your app accesses thru a control servlet.  It will
do any housekeeping, including counting accesses and 
then forwarding on to the desired servlet. 

Frank Lawlor
Athens Group, Inc.
(512) 345-0600 x151
Athens Group, an employee-owned consulting firm integrating technology
strategy and software solutions.



Reply via email to