RE: Class not found when doing JNDI lookup

2009-11-03 Thread Mike Baranski
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

Re: Class not found when doing JNDI lookup

2009-11-03 Thread Mikolaj Rydzewski
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.

RE: Class not found when doing JNDI lookup

2009-11-03 Thread Caldarale, Charles R
> 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

Class not found when doing JNDI lookup

2009-11-03 Thread Mike Baranski
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