(Sent that too soon)
But, there are a number of ways to implement it yourself:
- Any of the ways mentioned by Johnny.
- Filters
- Modifying your jsp's and servlets to do the logging on a per screen basis.
The way that would be least disruptive to your app might be to set up a
filter. That would work for both your jsp's and servlets. Or, just by
changing your web.xml file, you could limit the logging to a particular
set of jsp's and servlets.
Jay
Jay D. McHugh wrote:
Sorry it took so long for someone to get back to you Bob.
There isn't anything built into Geronimo to do access logging.
Jay
bdushok wrote:
Can anyone point me toward any documentation on how to set up access
logging? I have apps running on Geronimo 1.1.1 and would like to
obtain access info
for individual jsp pages and servlets.
Thanks,
Bob
.