Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

javax.naming.NameNotFoundException: Name java:comp is not bound in thi

Status
Not open for further replies.

cregenwetter

Programmer
Joined
May 6, 2003
Messages
1
Location
DE
Hello,

I'm using Tomcat and I would like to configure a database connection pool. I followed the instructions at Tomcat homepage regarding web.xml and server.xml, but I still get the error message

javax.naming.NameNotFoundException: Name java:comp is not bound in this Context

when I try to do the following:

InitialContex initialContext = new InitialContext();
Context envContext = (Context)initialContext.lookup("java:comp/env");

Could anyone help me since I'm nearly desperate ?
Thanks,
Carsten.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top