Check all the files in the log dir. There should be an exception there
with ContextLoaderListener throwing some exception. (Probably a
SaxException)
-Tim
On 11/3/2010 12:14 AM, Will Sumekar 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.
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|