I am working on spring3 mvc and came up with this error
org.xml.sax.SAXParseException: The prefix \"context\" for element \"context:component-scan\" is not bound.
Such type of error comes when You're missing the xmlns:context declaration but you have declared it. Check your classes in "com.web" package for any wrong coding.
"com.web"