Hi,
Im trying to learn Spring web flow (
http://www.manning.com/walls4/)
I downloaded SpringPizza source code from:
http://www.manning.com/walls4/sia3-code.zip
and built it with Gradle and converted to a eclipse project.
Imported it to eclipse. followed a guide on internet how to convert a
java project to a dynamic java project.
Had some dublicate imports, removed this.
After that I had a green eclipse(error free project in eclipse)
Configured
Tomcat in eclipse and lunched the application.
Then I try to reach localhost:8080/SpringPizza I get a 404.
I also have deployed the built war file from Cradle directly to Tomcat(drag and dropped in the../webapp folder). I can see the war are unpacked and i found logs from the application but dont see any faults.
Any one got this example to work? I have looked in the web.xml and try'ed to change dispacterservlet , /, /*.
Best Regards