Let me give you some background what is actually happening in your code.
- You must be using Listener in your class.
- While spring container is getting in its life its trying to load listeners too.
- But in your web.xml does not know where it is, or how to load
- So just add it and run your code again.
<
listener
>
<
listener-class
>org.springframework.web.context.ContextLoaderListener</
listener-class
>
</
listener
>
No comments:
Post a Comment