Hey Mrinal
a) Not sure what the problem is in your case, but the classpath*: path should really work. It does for me - see the configuration below.
b) This what I meant by "you don't really need Snowdrop for VFS scanning".
Re: JBoss AS6.0.0.Final Spring MVC doesnt work
!DOCTYPE web-app PUBLIC
"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd" >
<web-app>
<display-name>Classpath Scanning Spring MVC Web Application</display-name>
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>classpath:spring-contexts/.xml
Re: JBoss AS6.0.0.Final Spring MVC doesnt work
Cheers,
Marius