Re: Question concerning java.lang.NoClassDefFoundError: javax/servlet/ServletContext

2005-12-08 Thread David Smith
] Sent: December 7, 2005 7:47 AM To: Tomcat Users List Subject: Re: Question concerning java.lang.NoClassDefFoundError: javax/servlet/ServletContext ...and that servlet-api.jar from tomcat is in the path. You wouldn't happen to be messing with the classpath at all would you? That will cause

Re: Question concerning java.lang.NoClassDefFoundError: javax/servlet/ServletContext

2005-12-07 Thread David Smith
! - Original Message - From: Armand Rock [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, December 06, 2005 12:44 PM Subject: RE: Question concerning java.lang.NoClassDefFoundError: javax/servlet/ServletContext Hello David, I included all jar zip files on my computer

RE: Question concerning java.lang.NoClassDefFoundError: javax/servlet/ServletContext

2005-12-07 Thread Armand Rock
:47 AM To: Tomcat Users List Subject: Re: Question concerning java.lang.NoClassDefFoundError: javax/servlet/ServletContext ...and that servlet-api.jar from tomcat is in the path. You wouldn't happen to be messing with the classpath at all would you? That will cause headaches. Best advise

Re: Question concerning java.lang.NoClassDefFoundError: javax/servlet/ServletContext

2005-12-07 Thread John Poley
this classloader thing, apparently =) Thanks for the help, all! - Original Message - From: Tim Funk [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, December 07, 2005 9:01 PM Subject: Re: Question concerning java.lang.NoClassDefFoundError: javax/servlet

Re: Question concerning java.lang.NoClassDefFoundError: javax/servlet/ServletContext

2005-12-06 Thread David Smith
) at java.lang.Thread.run(Unknown Source) -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: December 6, 2005 6:30 AM To: Tomcat Users List Subject: Re: Question concerning java.lang.NoClassDefFoundError: javax/servlet/ServletContext See - http://tomcat.apache.org/faq

Re: Question concerning java.lang.NoClassDefFoundError: javax/servlet/ServletContext

2005-12-06 Thread Chris Birch
NoClassDefinition errors are normally thrown if the class or JAR isn't in the classpath, the only other time this happens is when the ClassLoader isn't able to load the class path because an exception is thrown on any static initialisers. (This is conjecture...) It may be the ServletContext

Re: Question concerning java.lang.NoClassDefFoundError: javax/servlet/ServletContext

2005-12-06 Thread John Poley
: David Smith [mailto:[EMAIL PROTECTED] Sent: December 6, 2005 11:57 AM To: Tomcat Users List Subject: Re: Question concerning java.lang.NoClassDefFoundError: javax/servlet/ServletContext I take it you also included j2ee.jar in that search? --David Armand Rock wrote: Hi, I'm getting the same

RE: Question concerning java.lang.NoClassDefFoundError: javax/servlet/ServletContext

2005-12-06 Thread Caldarale, Charles R
From: John Poley [mailto:[EMAIL PROTECTED] Subject: Re: Question concerning java.lang.NoClassDefFoundError: javax/servlet/ServletContext I even went so far as to start with a machine with no development tools on it, downloading just the elements I required, and then trying to redeploy