--

Hey,

I am having some problem with destroy being called properly. Currently the
calls in my destroy method take a fair amount of time to complete. I have
tried adding:

destroy.timeout=20000

but this did not seem to change anything. (I put the destroy in my
servlet.properties).

The destroy is getting called but I only get about half of my debugging
statements.
Then I get the message in my log file that JServ did not die nicely.

>From my understanding, destroy does always get called but it can time out. Or
it can
end because of an exception the destroy method.

Any ideas?

Sandy




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to