|
From: Leif M. <le...@ta...> - 2004-05-26 07:05:39
|
Chris,
I would need to see the debug log output of the wrapper to tell you
the exact
reason why your application is being restarted. But most likely it is
a ping timeout
issue.
You can extend this using the following property. Be sure to read
the docs
first so you understand the drawbacks of doing so.
http://wrapper.tanukisoftware.org/doc/english/prop-ping-timeout.html
Another option is to try out the new tick based timer. It is still
considered
experimental, but from my tests it has been performing more reliably under
high loads. One user has experienced a crash while using it however that
I have been trying to track down (Additional testers wanted :-)
http://wrapper.tanukisoftware.org/doc/english/prop-use-system-time.html
Cheers,
Leif
chris opler wrote:
> Hi -- I am running the wrapper on redhat 9.0 w jdk 1.4.2 -- i get
> occasional reboots of my jvm by the wrapper during high load. is there
> a way to configure the wrapper that it ** never ** automatically
> restarts the jvm due to timeouts, but will do so via command (app
> restart) or using jmx.
>
> Thank you,
>
> Chris
|