users@glassfish.java.net

Re: user login report

From: Mumuney Abdlquadri <abdlquadri_at_googlemail.com>
Date: Mon, 16 Aug 2010 08:36:49 -0400

Kumar after some search I was able to get a sample audit module from
http://developers.sun.com/appserver/reference/techart/ws_mgmt/SampleAuditModule.java.txt

If I get you well what i need to do is add the functionality I want to
the authentication method.

I am trying it already thanks

On Mon, Aug 16, 2010 at 7:56 AM, Kumar Jayanti <Vbkumar.Jayanti_at_sun.com> wrote:
> Mumuney Abdlquadri wrote:
>>
>> Hi all,
>>
>> I have setup my application to use form login as authentication mode
>> to be administered by glassfish.
>>
>> But right now I have a requirement to create a report of all users
>> that login to the web app. Is there a way for me to get this. The
>> report will contain username and time the user logged in.
>>
>
> You can plugin a Custom Audit module and handle the login event there. And
> can produce your own custom audit report. The default Audit logs when
> enabled go into server.log.
>
>
>> Thanks
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>>
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>