Jump to content

User Tracking in JasperServer


vishal29bhp

Recommended Posts

Hello Everybody,

 

                               How do i display user information who is currently logged in Jasperserver on my custom jsp.

                               Like

                               Date         |   Username        |    IPAddress    |    LoginTime   |    LogoutTime

                               11/08/09     Jasperadmin      192.168.1.56         12.30 PM           1.30 PM

 

                              What Changes must be made in Jasperserver applicaion to include this custom jsp.

 

                             Thanks in Advance.

Vishal

 

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Right now, there is nothing in JasperServer that tracks this.

 

You could do something at the Tomcat level that tracks user sessions and manages this data. There are events that are logged on user login you coiuld also intercept.

 

We are adding some auditing hooks in the next release you could use to do this.

 

Sherman

Jaspersoft

Link to comment
Share on other sites

You will notice in the server logs that there are messages when a user logs in. You can catch that yourself with a custom logger and do something with that.

 

You can configure in your web.xml a handler that catches user session expiry. Again this will need some custom code to log it etc.

 

Sherman

Jaspersoft

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...