Hey guys
I was trying out a Spring MVC 3 Hello World Program. After innumerable failed attempts I simply decided to download a sample code from online and run it. And that too has failed
I downloaded the code from the link at the botton so the code is pretty much the same...
http://viralpatel.net/blogs/spring-3-mvc-create-hello-world-application-spring-3-mvc/
My web.xml
spring-servelt.xml
Controller Class
index.jps
hello.jsp
I have attached my directory structure as an image file in case you want to refer that too....
When I do run the program in Apache Tomcat, I get the index page as I should, but when I click on the SAy Hello link, I get a requested resource is not available error.... And the program doesn't print the "Hello am inside spring" or the "Hello World, Spring 3.0!" message as it should in the console.
Please help, I have been at it all day long....
Thanks a lot
Have a nice day