Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Spring MVC issue. 404 Error

 
Ranch Hand
Posts: 157
Netbeans IDE Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi I have Simple spring MVC Example & trying to execute, but not working. Please help & advice where i am wrong. I am posting my code as below.

Login Form :

Web.xml

dispatcher-servlet.xml

Controller Class.

I have two more java files
1) Login.java(Gettar,Settar for name & pass fields).
2) LoginProcess(To validate the user)

Attached is the directory structure for the same. Login Form display fine & after submit this form it show 404 error for (/SpringLoginMVC/validUser.jsp). There is no error message on console. Also i observe controller not invoked as ======controller====== message not shows in console.

Thanks.
Eclipse.png
[Thumbnail for Eclipse.png]
 
Bartender
Posts: 1682
7
Android Mac OS X IntelliJ IDE Spring Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You have marked this issue as resolved, did you figure it out?
 
vivek dhiman
Ranch Hand
Posts: 157
Netbeans IDE Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes this has been sorted out. There was mapping mistake. There had to be validUser.html. Its working now. But for same if i use spring form tag it again giving problem as per below link.

https://coderanch.com/t/606896/Spring/BindingResult-plain-target-object-bean
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic