Have you made sure that the only copy of JNDI.jar is in %CATALINA_HOME%/common/lib/ and not in slide/WEB_INF/lib/ if it loads fron the slide context it cannot see the datasources set in Tomcat.
----- Original Message ----- From: "Unico Hommes" <[EMAIL PROTECTED]> To: "'Slide Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, January 08, 2002 8:30 AM Subject: J2EEDescriptorsStore configuration. rgds CB > > I've been trying to use J2EEDescriptorsStore and followed the instructions > in the mailinglist archive at > http://www.mail-archive.com/[email protected]/msg02043.html > > However I am getting the following error when starting up : > > slide_ns_test.log : > > ... > 08 Jan 2002 13:37:26 - slidestore.j2ee.J2EEDescriptorsStore - INFO - Loading > and registering datasource jdbc/mtx > 08 Jan 2002 13:37:26 - slidestore.j2ee.J2EEDescriptorsStore - ERROR - > Loading and registering datasource jdbc/mtx failed > 08 Jan 2002 13:37:26 - slidestore.j2ee.J2EEDescriptorsStore - ERROR - > javax.naming.NameNotFoundException: Name java:comp is not bound in this > Context > > I've tested access to the "java:comp/env" context and subcontext jdbc/mtx > for that matter from within a servlet and it works fine. What could be the > problem ? > > Regards, > Unico > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
