Howdy, >The NavigationManager closes the connection off. This was causing the >problems. Now I put the JNDI block in the NavigationManager constructor and >it works just fine!?
So the lookup code worked fine, you got a connection, and then closing the connection raised the exception? As an aside, consider overriding init() rather than init(ServletConfig) as with the former you don't have to remember to call super.init(ServletConfig). >I am using Tomcat 5.0.16. I dont want to get into compiling 5.0.18 so will >wait for a binary! :) There's a binary here: http://www.apache.org/dist/jakarta/tomcat-5/ which of course everyone is welcome to download/test/use. I don't think it has any changes relevant to this issue. Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
