I verified that I do have the correct .jars and .tlds, but am still having the same problem.
-----Original Message----- From: Robert Leland [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 1:30 PM To: Struts Users Mailing List Subject: Re: Error initializing DATA_SOURCE Mervin Williams wrote: > I am attempting to run the Artimus sample application but am getting > the following error. Does anyone know how to resolve it? > > Here is the error: > > 13:09:47,046 ERROR [ActionServlet] Initializing application data > source org.apache.struts.action.DATA_SOURCE > java.lang.NoClassDefFoundError: > org/apache/commons/pool/impl/GenericObjectPool make sure you copy --All-- the jar files included with the struts dustribution to your WEBINF/lib such as commons-pool.jar, etc ... Also make sure all the new *.tld files are copied to WEBINF/ or WEBINF/tld or where ever the tags are stored. -Rob -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

