| Author |
Name jdbc is not bound in this Context
|
jaan bhavsar
Ranch Hand
Joined: Aug 23, 2008
Posts: 31
|
|
Hi to all Ranchers,
I am making connection pool with tomcat.i define necessary entry in server.xml,web.xml and made one listener class to get the connection.but i am getting error "javax.naming.NameNotFoundException:Name jdbc is not bound in this Context" when i start the tomcat server.and also in my listener value of dataSourcejndi name is displayed null.
is there any jar files need to put in tomcat common/lib,i put mysql connector and odbc14.jar .
Please guide me how to get the jndidatasource name in listener .I attached three files for your reference in single file.
1)web.xml
2)server.xml
3)Applistener.java
1)web.xml
2)Server.xml(in tomcat)
3)Listener Class to get the jndidatasource name
i am getting the jndiname null
|
 |
amit punekar
Ranch Hand
Joined: May 14, 2004
Posts: 488
|
|
Hi,
Access the Datasource using "java:comp/env/jdbc/test".
|
Regards,
Amit
|
 |
jaan bhavsar
Ranch Hand
Joined: Aug 23, 2008
Posts: 31
|
|
|
Thanks amit. I done that and its working good
|
 |
 |
|
|
subject: Name jdbc is not bound in this Context
|
|
|