Duh!  That makes perfect sense.

>-----Original Message-----
>From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
>Sent: Tuesday, November 03, 2009 10:38 AM
>To: Tomcat Users List
>Subject: RE: Class not found when doing JNDI lookup
>
>> From: Mike Baranski [mailto:list-subscripti...@secmgmt.com]
>> Subject: Class not found when doing JNDI lookup
>>
>> I have ifxjdbc.jar in WEB-INF/lib, which contains the Informix driver
>> I'm looking for (I opened it and verified).
>
>To quote from the doc:
>"Before you proceed, don't forget to copy the JDBC Driver's jar into
>$CATALINA_HOME/lib."
>
>The jar must be in Tomcat's lib directory, not the webapp's WEB-INF/lib,
>if you want Tomcat to manage the connection pool.
>
>> I have the following in context.xml:
>> <Context path="">
>
>The path attribute is not allowed.  Also, you appear to be modifying the
>global conf/context.xml, which is a really, really bad idea.  The
><Resource> element for the webapp should be in the webapp's <Context>
>element, located in the webapp's META-INF/context.xml file.
>
> - Chuck
>
>
>THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
>MATERIAL and is thus for use only by the intended recipient. If you
>received this in error, please contact the sender and delete the e-mail
>and its attachments from all computers.
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>For additional commands, e-mail: users-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to