> "Murat Buyukkal ([EMAIL PROTECTED])" wrote: > > Even if your global classpath environment variable contain the right > directories, startup script of Tomcat changes it >
Correct. > You must manually edit Tomcat\bin\startup.bat file and add your > directories/jar files to corresponding classpath variable. You > must then run Tomcat within bin directory with startup.bat. > No. You should not manually edit the startup files. There are instructions for adding libraries to Tomcat 4 at: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader-howto.html Read over that document, and also the message from "guru" in this thread. Note that you will need to rename you ".zip" to ".jar" in order for Tomcat to recognize it. Do not edit the Tomcat startup files. They are carefully written to make sure that Tomcat runs correctly. -- Christopher St. John [EMAIL PROTECTED] DistribuTopia http://www.distributopia.com ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
