Re: JNDI context in ServletContextListener

2006-09-08 Thread Mark Thomas
bhaskar wrote: === > > Does it mean that it will solve my problem if I move from Tomcat 5.0.x to > Tomcat 5.5 ? Probably. It it is a bug there is a much greater chance of it getting fixed in 5.5.x than 5.0.x. Mark

RE: JNDI context in ServletContextListener

2006-09-07 Thread bhaskar
; From: bhaskar [mailto:[EMAIL PROTECTED] > Sent: Friday, September 08, 2006 10:48 AM > To: users@tomcat.apache.org > Subject: JNDI context in ServletContextListener > > Hi, > I am using tomcat 5.0.18. Our application is doing the JNDI > lookup in the listener. During tomcat start

JNDI context in ServletContextListener

2006-09-07 Thread bhaskar
Hi, I am using tomcat 5.0.18. Our application is doing the JNDI lookup in the listener. During tomcat startup when i try to get the db connection, i get following error: Name OracleDev not bound to this context This is not consistent but it happens quite often. In the tomcat-user list, i found