Hi everyone,

I’m having an error using Spring + Spring Web Flow in my java web
application.

I have already fixed lots of small problems to get it working, but
this one I can’t figure out.

The app is: http://toverexpressforever.appspot.com

When you click on the ‘register’ button, a new Spring Web Flow is
started and it takes you to the first view-state of the float, /WEB-
INF/jsp/subscription/details.jsp
Then you can continue in the flow, by clicking on one of the two
links. One leads you to another jsp (WEB-INF/jsp/subscription/
summary.jsp), the second will lead you back to the homepage /home.do

The first time when I try this, it always works... But whenever I try
to go to /subscription.do a second time (or 3rd ,4rd, ...) it fails...
What am I doing wrong here? He always gives me the error message:

Error: Not Found
The requested URL /subscription was not found on this server.

And in the logs, I see this error message for the /subscription.do
URL:

#   1. 11-12 01:27AM 36.070 /subscription 404 1ms 0cpu_ms 0kb Mozilla/
5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.4) Gecko/20091016
Firefox/3.5.4 (.NET CLR 3.5.30729),gzip(gfe)
      See details
      ***.***.***.*** - - [12/Nov/2009:01:27:36 -0800] "GET /
subscription HTTP/1.1" 404 0 "http://toverexpressforever.appspot.com/";
"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.4) Gecko/
20091016 Firefox/3.5.4 (.NET CLR 3.5.30729),gzip(gfe)"
"toverexpressforever.appspot.com"

   2.
      W 11-12 01:27AM 36.070

      No handlers matched this URL.

Anyone know what I'm doing wrong here? On a local Tomcat server (in
Eclipse) it works, as well as with the Eclipse plugin server (by doing
Run As -> Web Application)...

Any help is greatly appreciated!!

Kind regards,
Dieter H

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=.


Reply via email to