posted 21 years ago
hi all,
javax.naming.NameNotFoundException: Name MySQLDB is not bound in this Context
at org.apache.naming.NamingContext.lookup(NamingContext.java:811)
at org.apache.naming.NamingContext.lookup(NamingContext.java:181)
at org.apache.naming.NamingContext.lookup(NamingContext.java:822)
at org.apache.naming.NamingContext.lookup(NamingContext.java:194)
at org.apache.jsp.dbtest_jsp._jspService(dbtest_jsp.java:57)
my server.xml as followin
I try to connect mysql and sqlserver2k with JNDI DataSource, alway alert me "Name MySQLDB is not bound in this Context". Anyone ever succeed done with this situation? Any reply will be highly appreciated!!
Kelvin
-- edited by MC to use code tags
[ March 22, 2003: Message edited by: Mike Curwen ]