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
Mike Baranski wrote:
Is JNDI somehow masking the classpath of WEB-INF/lib? I have verified that
there are not multiple jars with this class in the webapp, and it is not in
the common/lib for tomcat.
The correct way is to place resource-referenced jars in common/lib (or
just lib for tomcat 6.
> 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 proc
I have ifxjdbc.jar in WEB-INF/lib, which contains the Informix driver I'm
looking for (I opened it and verified).
I have the following in context.xml:
WEB-INF/web.xml
I get an error through the context lookup that I ca