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

2005-12-07 Thread John Poley
r: javax/servlet/ServletContext > BINGO! > > freemarker.jar does not belong in the system classloader. It belongs in > WEB-INF/lib. > > [ Quick rule of thumb - putting a lib in java/lib/ext will cause problems 99% > of the time. ] > > -Tim > > John Poley wrote:

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

2005-12-07 Thread John Poley
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 h

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

2005-12-06 Thread John Poley
r: javax/servlet/ServletContext See - http://tomcat.apache.org/faq/classnotfound.html Odds are you have your own servlet-api.jar somewhere in the webapp or system classpath and that is conflicting with the one in common/lib (installed by tomcat) -Tim John Poley wrote: Please forgive my intrus

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

2005-12-06 Thread John Poley
Please forgive my intrusion if this is not the proper place to post a questoon of this sort. I am new to servlets, and am working on my first deployment- but I am running in to a problem that I can't find a solution to. I have installed Tomcat 5.5 and am using Eclipse (as well as a tomcat plug