Hi evry one,
My problem is , when I add ContextLoaderListener in My web.xml , the application is not working , il juste saying :
HTTP Status 404 - /Example/
type Status report
message /Example/
description The requested resource (/Example/) is not available.Apache Tomcat/7.0.22.
But when i m removing the ContextLoaderListener , the application run successfully.
I'm using Eclipse + maven , and i add Spring-web 3 in maven dependecies. add i add applicationContext.xml file in /WEB-INF/.
I haven't understood why this problem occurs , please help me. thanks.


Reply With Quote