Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I am very new to Java development. I am trying to create an java application (in Eclipse) that uses "spring-3.2.0.M2".

I followed the sample given on : http://www.codejava.net/frameworks/spring/understanding-spring-mvc?showall=&start=7[^]


but when I am running the Project it's showing "HTTP Status 404 - /spring3MVC/welcome.htm"

I tried to findout the reason, but couldn't. If anyone here has any idea or any simple tutorial reference to integrate "spring-3.2.0.M2" in Eclipse would really help me.

Thanks.
Posted
Comments
TorstenH. 12-Oct-12 14:12pm    
That is the Tomcat answering - you've got Tomcat with Spring running. But there are no webpages to present, that's a HTTP-Error 404.

1 solution

In your sample application uri is
/Library/welcome.htm
and you are placed wrong uri so that page not found error is given.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900