y, May 14, 2010 8:46 AM
>>> To: Tomcat Users List; p...@pidster.com
>>> Subject: Re: logging user login and logout
>>>
>>>
>>> I figured you would say to use a realm, but I was hoping there was
>>> another way :) I'm using OpenSSO, whi
On 14/05/2010 10:34, Terry Horner wrote:
>> -Original Message-
>> From: Shaun Senecal [mailto:ssenecal.w...@gmail.com]
>> Sent: Friday, May 14, 2010 8:46 AM
>> To: Tomcat Users List; p...@pidster.com
>> Subject: Re: logging user login and logout
>>
&g
> -Original Message-
> From: Shaun Senecal [mailto:ssenecal.w...@gmail.com]
> Sent: Friday, May 14, 2010 8:46 AM
> To: Tomcat Users List; p...@pidster.com
> Subject: Re: logging user login and logout
>
>
> I figured you would say to use a realm, but I was hoping
I figured you would say to use a realm, but I was hoping there was
another way :) I'm using OpenSSO, which requires the use of its own
Realm. I will see if I can extend it to add the login auditing and
still have everything work.
Using Tomcat 6, sorry I forgot to mention that. I will take a loo
On 14/05/2010 08:22, Shaun Senecal wrote:
> Is there already an existing way to log user login and logout events?
> Can it be extended? I need to provide an audit trail, including login
> activity, in a database.
>
> I was thinking I might need to implement an HttpSessionListener which
> does the
Is there already an existing way to log user login and logout events?
Can it be extended? I need to provide an audit trail, including login
activity, in a database.
I was thinking I might need to implement an HttpSessionListener which
does the logging on session creation/deletion, but then I wasn