I am integrating simple spring AOP logging functionality on top the existing big spring mvc project. Spring MVC project is working fine out side as a separate independent project.( i got that code from link
http://www.roseindia.net/tutorial/spring/spring3/aop/aspectjloggingexample.html) . Now when i integrate with existing big spring mvc project (which has lot of batch processes, webservices, junits etc) getting error like cannot find application_context_web.xml file. Basicaly looks like spring mvc context is not getting loaded thus throwing the exception. Please advise on how to overcome this road block. thanks in advance