Just to be clear. when you say:
> I have beans that I set back to null, and session variables that I do the > same with, at the end of this particular file and at the beginning of the > app. Does this include the Connection object (conn)? This has been a particular problem for us in the past (as another post has mentioned). Things can definately freeze if you can't get any free connections because they are unclosed and waiting to time out. Cheers, James Lewis Java Developer www.goodtechnology.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
