If you want to include some library in your tomcat so it can be accesible to tomcat and all your apps you have to place it in $CATALINA_HOME/common/lib dir. If you place it in the WEB_INF/lib it will be visible just for this app.
About the java libraries,
you should download them from
j2se site or
j2ee site and set the proper classpath, JAVA_HOME, CATALINA_HOME enviroment vars.
[ September 27, 2002: Message edited by: Juanjo Bazan ]