I haven't tried this, but what I do know is that u must use a counter in Application Scope. Placing this counter as a property in ApplicationBean1 assures that it remains available throughout all sessions (every time a user runs the application). The counter can just be incremented every time a new session is created.
> Hello there,
>
> c/Sun/glassfish/domains/domain1/logs/access directory
> contains the access logs, just like in apache web
> server. If your logs are very large then you could
> use a web log analyser to produce a report.
>
> Cheers
>
> Gaz
Could you suggest me a commonly used web log analyser?
Thank you.
Hello again,
Webalizer is usually the one people try first http://www.mrunix.net/webalizer/.
It will work with logs using "common" log format, not sure if sun as produces the logs in that format, but you can either change the format produce by the app server or modify webalizer to use the same format as is produced by the application server. Been a wee while since I've used it though
Cheers
Gaz