Hi I don't have any of the jar files that people mention in this list regarding Catalina. Tomcat is up and working fine. These are the jars I have in my tomcat4.1\common\lib folder:
activation.jar ant.jar commons-collections.jar commons-dbcp.jar commons-logging-api.jar commons-pool.jar jasper-compiler.jar jasper-runtime.jar jdbc2_0-stdext.jar jndi.jar jta.jar mail.jar naming-common.jar naming-factory.jar naming-resources.jar servlet.jar tools.jar Is this a problem? The only problem I've had so far is that I could use: import org.apache.catalina.*; but I can use: org.apache.ant.*; is there a list of jar files somewhere that I have overlooked? I'm assuming that if I have then I need to add that dir to my classpath. Thanks Dom
