On 06/10/2010 20:39, Jane Muse wrote:
> There's a backgroundProcessor method in tomcat that checks whether
> container classes need to be reloaded, and checks for session
> expirations. Is it possible to disable this method, like you can disabl=
e
> class reloading for the context with reloadable=3D"false"? I'm using
> tomcat 6.0.18 on an IBM i (OS400) version V6R1. When daylight savings
> time hits, our application gets reloaded, and the following statements
> are in catalina.out:=20
How about fixing the system time zone to be one that doesn't change with
daylight time savings?
p
> Mar 14, 2010 3:00:08 AM org.apache.catalina.core.StandardContext reload=
>=20
>=20
> INFO: Reloading this Context has started
>=20
> =20
> We have been able to stop the application from reloading on a different=
> version of the IBM i, version V7R1, by using reloadable=3D"false". Howe=
ver
> on the V6R1 O/S the application still reloads because the background
> processor detects a timestamp change when DST occurs.
> =20
> From the documentation, it doesn't look like backgroundProcessorDelay
> can be used to suppress backgroundProcess, just to delay it as its name=
> implies.=20
> =20
> We would gladly upgrade tomcat to a more recent version if we thought
> this issue had been resolved, but I don't see any mention of it in the
> change logs.
> =20
> - Jane
>=20
|