java - Resource not found(404) when adding ContextLoaderListener and RequestContextListener in web.xml -
when adding contextloaderlistener web.xml got message of resource not found(404). when remove listener class web.xml index.php running adding <listener> <listener-class>org.springframework.web.context.contextloaderlistener</listener-class> </listener> <listener> <listener-class>org.springframework.web.context.request.requestcontextlistener</listener-class> </listener> this 2 lines give me resource not found error eclipse kepler version.when adding these 2 lines in web.xml , prepare code heading error: java.lang.illegalstateexception: no webapplicationcontext found: no contextloaderlistener registered? i tried hard , new spring framework. can tell me setup needed listener or else? error in console: * jan 27, 2016 12:47:24 pm org.apache.catalina.core.standardcontext listenerstart severe: exception sending context initialized event listener instance of class org.springfr...