On Mon, 21 Jul 2008 17:29:58 +0530, David Smith <[EMAIL PROTECTED]> wrote:

Back in the days before tomcat 3.3, we used to have to put all the jars on the classpath and it was HORRIBLE. Nasty version conflicts and lot's of headaches. Somewhere after the introduction of tomcat 3.3, tomcat started purposely ignoring the CLASSPATH in favor of it's own classloader architecture in order to save people a fair number of headaches. In short, you shouldn't worry about CLASSPATH. Just put the jar files where they belong -- typically in your webapp's WEB-INF/lib folder and watch tomcat do it's wonderful magic.

--David
thanks a lot david..especially for the patience you showed...its all clear now.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to