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

2005-12-07 Thread John Poley
/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: And as for me, since we seem to be having similar issues

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

2005-12-06 Thread John Poley
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 intrusion if this is not the proper place to post a questoon of this sort. I am new to servlets, and am working