We have a timeout which makes dialog instances die after a certain timeout (I think it's 60000 ms). Which setting in the Ivy-Server is relevant to increase the timeout?

Due to the fact that we are able to customize error-messages from > 5.1 we need to increase this (see here).

I've two settings in mind:

  • connectionTimeout
  • keepAliveTimeout

asked 27.02.2015 at 11:40

Nikel%20Weis's gravatar image

Nikel Weis
(suspended)
accept rate: 57%

edited 27.02.2015 at 14:34


The main reason for this error is a timed-out session. This timeout can be configured in the web.xml. See EngineGuide, configure tomcat.

link

answered 27.02.2015 at 12:10

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

Thanks for your fast reply - is there any connection to the mentioned settings in the ivy-server? F.E. if I would adjust settings in the web.xml - do I have to apply the settings in the server accordingly or is this just relevant for ULC-Components?

(27.02.2015 at 12:18) Nikel Weis Nikel%20Weis's gravatar image

I don't understand the question. The web.xml sets the global session-timeout for all ivy sessions. So when the session does not send a request for the configured time, the session will be invalidated.

(27.02.2015 at 17:28) Reguel Werme... ♦♦ Reguel%20Wermelinger's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×79
×17

Asked: 27.02.2015 at 11:40

Seen: 2,371 times

Last updated: 27.02.2015 at 17:28