I have created login application using spring in my local machine using Apache + Eclipse.
I exported WAR of the same without setting the target server as i am deploying the same on sun web server.
Application successfully deployed on sun web server.
Successfully opens welcome page when click on for further process it gives below error.
Error creating bean with name 'urlMapping' defined in ServletContext resource [/WEB-INF/dispatcher-servlet.xml]
I have searched a lot but didnt succeed.
Need help for the same.