[appengine-java] Re: Spring Web Flow

2009-11-25 Thread Dieter Hubau
Looks like someone has a similar problem, yet he gave better detailed
information:

http://forum.springsource.org/showpost.php?p=270885postcount=3

If anyone can help, respond in any of the two threads please!

On 18 nov, 17:37, Dieter Hubau dhu...@gmail.com wrote:
 Indeed, I have created a similar thread over there:

 http://forum.springsource.org/showthread.php?t=80572

 If anyone has any clue what could have been wrong, or wants to help me
 and wants to see some of the code, let me know!

 On Nov 13, 10:08 pm, Rusty Wright rwright.li...@gmail.com wrote:



  Have you tried the Spring forums?  Perhaps your problem is specific to 
  Spring Web Flow and not App Engine.  http://forum.springsource.org/

  DieterHubauwrote:
   I hope some people who know stuff about Spring Web Flow are reading
   this :-)

   On Nov 12, 3:48 pm,DieterHubaudhu...@gmail.com wrote:
   Anyone? If you need extra information, I'm willing to paste more of
   the code here..

   On Nov 12, 10:29 am,DieterHubaudhu...@gmail.com wrote:

   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,
  DieterH

   --

   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 
   athttp://groups.google.com/group/google-appengine-java?hl=.

--

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=en.




[appengine-java] Re: Spring Web Flow

2009-11-18 Thread Dieter Hubau
Indeed, I have created a similar thread over there:

http://forum.springsource.org/showthread.php?t=80572

If anyone has any clue what could have been wrong, or wants to help me
and wants to see some of the code, let me know!

On Nov 13, 10:08 pm, Rusty Wright rwright.li...@gmail.com wrote:
 Have you tried the Spring forums?  Perhaps your problem is specific to Spring 
 Web Flow and not App Engine.  http://forum.springsource.org/

 DieterHubauwrote:
  I hope some people who know stuff about Spring Web Flow are reading
  this :-)

  On Nov 12, 3:48 pm,DieterHubaudhu...@gmail.com wrote:
  Anyone? If you need extra information, I'm willing to paste more of
  the code here..

  On Nov 12, 10:29 am,DieterHubaudhu...@gmail.com wrote:

  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,
 DieterH

  --

  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 
  athttp://groups.google.com/group/google-appengine-java?hl=.

--

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=.




[appengine-java] Spring Web Flow

2009-11-12 Thread Dieter Hubau
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=.




[appengine-java] Re: Spring Web Flow

2009-11-12 Thread Dieter Hubau
Anyone? If you need extra information, I'm willing to paste more of
the code here..

On Nov 12, 10:29 am, Dieter Hubau dhu...@gmail.com wrote:
 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=.




[appengine-java] Re: No handlers matched this URL.

2009-11-10 Thread Dieter Hubau

Having the same problem:

web.xml:

servlet
servlet-nametefe/servlet-name
servlet-classorg.springframework.web.servlet.DispatcherServlet/
servlet-class
/servlet
servlet-mapping
servlet-nametefe/servlet-name
url-pattern*.do/url-pattern
/servlet-mapping
welcome-file-list
welcome-fileindex.jsp/welcome-file
/welcome-file-list

And I go to the following URL: /subscription.do

It works in Eclipse using the 'Run as Web Application' from the
plugin, but it doesn't work when deployed on GAE. Any help?

On 2 nov, 19:22, Kris krismat...@gmail.com wrote:
 This turned out to be a simple problem. On the client, http://
 localhost/adminpoll matches the servlet.

 Once uploaded to GAE however, that URL no longer mathces - but http://
 localhost/adminpoll/ does. (Note the trailing slash).

 On Nov 1, 9:39 am, Kris krismat...@gmail.com wrote: I'm having some 
 trouble after uploading my app. In my web.xml I have:

          servlet
                  servlet-namePoll/servlet-name
                  servlet-classcom.matthews.poll.Controller/servlet-class
          /servlet

          servlet-mapping
                  servlet-namePoll/servlet-name
                  url-pattern/adminpoll/*/url-pattern
          /servlet-mapping

  Anecdotally this works on my machine. When I upload it however, I'm
  greeted with a 404 and the following log message:

  W 11-01 07:30AM 56.854
  No handlers matched this URL.

  com.matthews.poll is a package I added to my eclipse project post
  creation (e.g. it's not the default one eclipse created for me). Do I
  need to do something special to get this package to upload to app
  engine? Can anyone point out something I'm doing wrong?

  Thanks :)

--~--~-~--~~~---~--~~
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-java@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=en
-~--~~~~--~~--~--~---