|
From: Shmulik R. <sh...@vs...> - 2004-03-06 21:11:47
|
> First of all 99% of the time. You do not want to be playing with the > timeouts. So start by removing those from your wrapper.conf file. > > I am making a wild guess here because you did not post much > information. But is your application timing out and shutting down > immediately after startup? This is usually caused because you > specified your application's main class directly in the wrapper.conf > file rather than using one of the helper classes like > WrapperSimpleApp. Make sure that you have read over the integration > section of the documentation. Most people make use of integration > method #1. Actually this is not the case for me. The application starts-up ok and the problem is surely not with the wrapper but with the application. What we see is that during stress testing (which we usually run at night, hence part of the problem), the jvm will not respond to pings and is shut down by the wrapper. The freeze of the jvm is probably caused by our own bug, however once the jvm is shutdown it is much harder for us to trace the cause of the problem. I would prefer to disable the shutting down of the jvm at least during development time to be able to get to the source of the application problem. It would actually be great if the wrapper would log the fact the the jvm doesn't respond, but will not terminate it. I'll also follow your advise regarding the timeout settings. Cheers, Shmul |