Re: Tomcat start error

2001-05-11 Thread Tony Karas
Just for completeness, to follow up my previous message - here's a link to my original message - http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg15227.html I think I was getting the same problem - the NoClassDefFoundError. Pain in the ass. Hope this helps. Tony >From: [EMAIL

Re: Tomcat start error

2001-05-11 Thread Tony Karas
Make sure "servlet.jar" does not exist somewhere that would override the classpath like c:\jdk13\jre\lib\ext (I think this is the correct directory - just check it doesn't exist anywhere under c:\jdk13\jre). >From: [EMAIL PROTECTED] >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject:

Re: why wont tomcat execute jsps properly for me?

2001-03-27 Thread Tony Karas
I just posted a message concerning a "servlet.jar" file being in JAVA_HOME\jre\lib\ext - this overrides the classpath - did you check that directory? If you have a jar file in there - delete otr move it. Also check your tomcat window to see what exception is being thrown - if any. - Origin

Error running JSP and Servlet Examples on startup of Tomcat 3.2.1

2001-03-27 Thread Tony Karas
Just for your information - I have just installed Tomcat 3.2.1 on a Windows NT machine and spent some time getting frustrated because all the examples crashed when I tried to run them.  Turned out that I had a "servlet.jar" file in the following directory:   JAVA_HOME\jre\lib\ext   which was