Is <listener> in the proper place? I think order matters in web.xml. I load 2 listeners after my app's <description> and before my <servlet> tags.
On Wed, Nov 3, 2010 at 12:14 AM, Will Sumekar <will.sume...@gmail.com>wrote: > Hi > > When I put these lines: > > <listener> > <listener-class> > > org.springframework.web.context.ContextLoaderListener > </listener-class> > </listener> > > my appln can't load at all. When I go to http://localhost:8080/app it's > not > loaded. But when I remove those lines it loads correctly. I've put the > necessary lib containing > org.springframework.web.context.ContextLoaderListener in ./app/WEB-INF/lib. > > My setup is Tomcat 5.5.31. Context-param is set: > > <context-param> > <param-name>contextConfigLocation</param-name> > > > <param-value>classpath:springContext.xml</param-value> > </context-param> > > No stack trace is shown. The error message in log is: > > 03-Nov-2010 10:21:48 INFO HostConfig:863 - Deploying web application > archive > wma.war > 03-Nov-2010 10:21:49 ERROR StandardContext:4253 - Error listenerStart > 03-Nov-2010 10:21:49 ERROR StandardContext:4280 - Context [/wma] startup > failed > due to previous errors > When I set the logging to DEBUG level, I don't see anything extra ordinary. > > > Thanks > > Will > -- "Hell hath no limits, nor is circumscrib'd In one self-place; but where we are is hell, And where hell is, there must we ever be" --Christopher Marlowe, *Doctor Faustus* (v, 121-24)