> > i putted into webapps/root/web-inf/lib but not
> working
>
> No, not in the Tomcat directory. You have to put them
> in the WEB-INF/lib of the actual web project and then
> redeploy it. E.g. ProjectName/WebContent/WEB-INF/lib.
thanks BalusC. but it not work without web.xml. there are 53 URL servlets that i have to mentioned in web.xml.
there is no way to just map *.jar. I mean to say that despite decribing the 53 java files can we mention just one jar file
thanks & regards