Setting the org.atmosphere.websocket.maxIdleTime config

It looks like there is a mismatch between the AWS classic load balancer timeout and the org.atmosphere.websocket.maxIdleTime that results in com.vaadin.server.communication.PushAtmosphereHandler - Exception in push connection errors.

The setting should be configured in the web.xml as an init-param (stated in the JavaDoc in org.atmosphere.cpr.ApplicationConfig) - is it possible to configure it in the application.properties of the Jmix project also?

Hi,

No, this value must be set in web.xml

Regards,
Gleb

Ok, thanks, do you know of another way to configure the atmosphere? There is no web.xml for a spring boot application. :roll_eyes:

I implemented my own custom JmixVaadinServletConfiguration where I can add my own init parameters - if anyone is curious how I solved this.

1 Like