Re: JNDI configuration in webapp/META-INF/context.xml

2008-09-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Walter, walterw wrote: Here are the exact contents in the file after maven filters it. [code] ?xml version='1.0' encoding='utf-8'? !-- http://tomcat.apache.org/tomcat-6.0-doc/config/context.html Even though this works inside of

RE: JNDI configuration in webapp/META-INF/context.xml

2008-09-14 Thread Caldarale, Charles R
From: walterw [mailto:[EMAIL PROTECTED] Subject: JNDI configuration in webapp/META-INF/context.xml Here is the configuration I am using: context reloadable=true It's Context, not context - case matters. /context Ditto. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR

RE: JNDI configuration in webapp/META-INF/context.xml

2008-09-14 Thread walterw
Hi, Thanks for your reply. I noticed my configuration in the Tomcat installation directory did have a capital C in context. However, the files are identical now, but I'm still not getting a JNDI connection. [code] ?xml version='1.0' encoding='utf-8'? !--

RE: JNDI configuration in webapp/META-INF/context.xml

2008-09-14 Thread Caldarale, Charles R
From: walterw [mailto:[EMAIL PROTECTED] Subject: RE: JNDI configuration in webapp/META-INF/context.xml Context WatchedResourceWEB-INF/web.xml/WatchedResource !--WatchedResourceMETA-INF/context.xml/WatchedResource-- Resource name=${jndi.URL} auth=Container type

RE: JNDI configuration in webapp/META-INF/context.xml

2008-09-14 Thread Caldarale, Charles R
From: walterw [mailto:[EMAIL PROTECTED] Subject: RE: JNDI configuration in webapp/META-INF/context.xml Context WatchedResourceWEB-INF/web.xml/WatchedResource !--WatchedResourceMETA-INF/context.xml/WatchedResource-- Resource name=${jndi.URL} auth=Container type

RE: JNDI configuration in webapp/META-INF/context.xml

2008-09-13 Thread Martin Gainty
Walter:BR check your META-INF/context.xml attribute useNaming=trueBR http://tomcat.apache.org/tomcat-5.5-doc/config/context.htmlBR HTHBR Martin BR __ BR Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the

RE: JNDI configuration in webapp/META-INF/context.xml

2008-09-13 Thread walterw
Hi, Thanks for your reply, but I am still getting the same error. [code] Caused by: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null' at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1150)