cregenwetter
Programmer
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.
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.