Re: JNDI lookup returns NamingException

2005-02-16 Thread Carl
above link. Doug - Original Message - From: Carl [EMAIL PROTECTED] To: Tomcat User Group tomcat-user@jakarta.apache.org Sent: Tuesday, February 15, 2005 4:41 PM Subject: JNDI lookup returns NamingException For various reasons, I need to put a Hashtable as a resource in the Tomcat

JNDI lookup returns NamingException

2005-02-15 Thread Carl
For various reasons, I need to put a Hashtable as a resource in the Tomcat Context. I have modified the server.xml as follows (note the resource entry of DBHashtable): Server port=8005 shutdown=SHUTDOWN debug=0 Listener className=org.apache.catalina.mbeans.ServerLifecycleListener debug=0/

Re: JNDI lookup returns NamingException

2005-02-15 Thread sven morales
Hi, See if having a pair of the sequence of Resource ResourceParams instead of having Resource, Resource ResourceParams, ResourceParams. Also the ResourceLink seems to be misplaced, not that it will much difference for your set-up. aka_sergio --- Carl [EMAIL PROTECTED] wrote: For various

Re: JNDI lookup returns NamingException

2005-02-15 Thread Parsons Technical Services
- Original Message - From: Carl [EMAIL PROTECTED] To: Tomcat User Group tomcat-user@jakarta.apache.org Sent: Tuesday, February 15, 2005 4:41 PM Subject: JNDI lookup returns NamingException For various reasons, I need to put a Hashtable as a resource in the Tomcat Context. I have modified