I know this suppose to be straightforward (the checkbox and combobox for this functionality is available in Admin Console >> WebSphere Application Servers >> [Server] >> Monitoring) but I cannot seem to get it working.

The problem is that this servlet application is running on a 32 bit system and it's responsible for rendering large amount of data into a PDF file. Especially at quarter year's end when this application is facing a substantial amount of request we have to deal with a lot of crashes (OutOfMemoryExceptions, hanging threads... the whole nine yard)

The servlet application code is blackbox, I cannot rewrite it or even exchange it and run a different application instead. Basically, all I can do is trying to prepare the middleware system to handle those server crashes (until we finally migrate to a 64 bit system sometime in the future and then we hopefully have more heap to work with).

My question is: how can I set the monitoring policy of the server of this PDF rendering application to be able to restart the server and at the same time reset all the necessary connections of the Java EE stack?

Setting the checkbox for the nodeagent indicating to restart the server upon crash with a STOPPED, PREVIOUS or STARTED status isn't much of a help because other interfaces of the Java EE container get clogged with the continuous request pouring in while the server is unresponsive.

I'd be very thankful for ideas/suggestions.

link|improve this question

Missing some information, is this a network deployment or a single server ? – Aviram Segal Jan 18 at 10:17
Hi Aviram. It's an ND configuration where one server (or cluster) is associated with only one enterprise application. – sphere Jan 19 at 6:18
When that happens, if you manually stop the server does that work or do you need to kill the process ? – Aviram Segal Jan 19 at 8:04
I have to kill the process, there's no other way around. What puzzles me: after the nodeagent kicks in and restarts the cluster (since the "automatic restart" in monitoring policy is activated) the request pool is still there, full of active user requests! Isn't that suppose to be gone when the process gets killed? Btw. currently I have "automatic restart" with STOPPED... if that helps. – sphere Jan 19 at 11:33
if those request are JMS or persisted some other way, it will just keep handling them, what type of requests are those ? – Aviram Segal Jan 19 at 12:34
show 4 more comments
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.