Re: Problems with NoClassDefFound Error in tomcat 6

2008-08-08 Thread Tom Cat
well that solves the noClassDef problem. Now the page just loads infinitely with a blank screen. But maybe this isn't a tomcat problem, but rather a code problem. Thanks On Fri, Aug 8, 2008 at 6:04 PM, Mark Thomas <[EMAIL PROTECTED]> wrote: > Tom Cat wrote: >> >> No, I didn't have Tidy.jar in the

Re: Problems with NoClassDefFound Error in tomcat 6

2008-08-08 Thread Mark Thomas
Tom Cat wrote: No, I didn't have Tidy.jar in the webapp's classpath. I moved it into the WEB-INF/lib folder and am still getting a NoClassDefFound error. Any help? Did you reload your webapp? Mark - To start a new topic, e

Re: Problems with NoClassDefFound Error in tomcat 6

2008-08-08 Thread Tom Cat
No, I didn't have Tidy.jar in the webapp's classpath. I moved it into the WEB-INF/lib folder and am still getting a NoClassDefFound error. Any help? On Fri, Aug 8, 2008 at 4:30 PM, Hassan Schroeder <[EMAIL PROTECTED]> wrote: > On Fri, Aug 8, 2008 at 1:27 PM, Tom Cat <[EMAIL PROTECTED]> wrote: > >

Re: Problems with NoClassDefFound Error in tomcat 6

2008-08-08 Thread Hassan Schroeder
On Fri, Aug 8, 2008 at 1:27 PM, Tom Cat <[EMAIL PROTECTED]> wrote: > When I try to run it in tomcat though, i get this error: > > java.lang.NoClassDefFoundError: org/w3c/tidy/Tidy > > I don't understand why it throws this error. Tidy is in my classpath > and the code compiles fine. That's nice, b

Re: Problems with NoClassDefFound Error in tomcat 6

2008-08-08 Thread Mark Thomas
Tom Cat wrote: Hello, I am trying to run my webapp in tomcat 6 but am having a problem. A servlet I use imports org.w3c.tidy.Tidy and the code compiles fine. When I try to run it in tomcat though, i get this error: java.lang.NoClassDefFoundError: org/w3c/tidy/Tidy I don't understand why it th

Problems with NoClassDefFound Error in tomcat 6

2008-08-08 Thread Tom Cat
Hello, I am trying to run my webapp in tomcat 6 but am having a problem. A servlet I use imports org.w3c.tidy.Tidy and the code compiles fine. When I try to run it in tomcat though, i get this error: java.lang.NoClassDefFoundError: org/w3c/tidy/Tidy I don't understand why it throws this error.