Don't move anything. NoClassDefFoundError is thrown when you mess with servlet.jar. It means that the servlet.jar file that Tomcat needs is NOT the servlet.jar file it is finding. You probably have more than one on that computer, and the one Tomcat needs is not being found first.
Don't move anything. Unpack Tomcat, set your environment variables, and be done.
If you need to compile something, put servlet.jar on your PATH, but do it so that the addition to PATH is the location of the servlet.jar file installed with Tomcat. Don't move the file, there's no need to do so.
Also, it would help us if you would tell us what version of Tomcat, and what operating system.
John
On Wed, 11 Jun 2003 13:40:43 -0500, Ivon Gonzalez <[EMAIL PROTECTED]> wrote:
The servlet.jar file needs to exist in both Tomcat and the JDK
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
