Well, the error message is still the same.
NoClassDefFoundError is not the same as ClassNotFound.
As I understand it, NoClassDefFound means that the class Tomcat is finding is not the class it should find. Typically this means that there is more than one version of Tomcat or more than one version of a JAR file on a machine, and the incorrect version is being found instead of the correct version.
Other than that, I will have to defer to the gurus...you've mentioned that you have removed all versions of Tomcat, so I don't see any reason why the 3.2.3 you are now trying to install would be confused, but someone more experienced than I might have a suggestion.
John
On Wed, 11 Jun 2003 14:15:52 -0500, Ivon Gonzalez <[EMAIL PROTECTED]> wrote:
I didn't move the servlet.jar file, I copied it. But I did what you have suggested. I have removed all versions of Tomcat. I have installed Tomcat3.2.3 on a Windows XP machine and set the Environmet variables. I have even attempted to set PATH to the servlet.jar file. The error isn't with the servlet.jar file. It is:
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tomcat/logging/Logger
Does this make a big difference?
--------------------------------------------------------------------- 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]
