in tomcat 5 we used to place the commonly used jar in {HOME}/common/lib folder but in tomcat 6.0 the common folder has been removed. can somebody please tell me where to place the jars which will be loaded while sever started and which can be accessible by all apps deployed in server.
I have even created the {HOME}/common/lib folder and tried but it did not work. Also I tried placing the jars in {HOME}/lib but this also did not work.