Thanks for the suggestion, but I use Spring very heavily! ;) (Everything's bean-ified, and dependency injected...)
2008/5/5 KonTiki <[EMAIL PROTECTED]>: > > The Spring context listener is needed only if you do use Spring. > If you do not, then this might be causing the error as Tomcat was unable > to > find the Spring classes. > > Try removing this: > <listener> > > > <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> > </listener> > <listener> > > > <listener-class>org.springframework.web.context.request.RequestContextListener</listener-class> > </listener> >