Jump to content

(Handled) JasperReports Server report timeout - Urgent Request


mbmorgan

Recommended Posts

Hello everyone,

I have someone in my company who is presenting a report to a client this afternoon. She asks: "can you please change the settings for me so that it does NOT time out if I leave the screen idle?"

Can this be done in JR Server? I couldn't find anything about it in the documentation. Any and all assistance will be greatly appreciated.

Thanks,

M.B.Morgan

Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

The session is managed by your application server. You can edit web.xml configuration file under jasperserver-proWEB-INF directory and look for: 

  <session-config>
    <!--Default to 20 minute session timeouts-->
    <session-timeout>20</session-timeout>
  </session-config>

The number in session-timeout tag is in minutes. To make it unlimited or no time out in Tomcat, simply set the number to -1 and restart your Tomcat.

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...