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

2009-11-02 Thread Kris

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  wrote:
> I'm having some trouble after uploading my app. In my web.xml I have:
>
>         
>                 Poll
>                 com.matthews.poll.Controller
>         
>
>         
>                 Poll
>                 /adminpoll/*
>         
>
> 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
-~--~~~~--~~--~--~---



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

2009-11-10 Thread Dieter Hubau

Having the same problem:

web.xml:


tefe
org.springframework.web.servlet.DispatcherServlet


tefe
*.do


index.jsp


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  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  wrote:> I'm having some 
> trouble after uploading my app. In my web.xml I have:
>
> >         
> >                 Poll
> >                 com.matthews.poll.Controller
> >         
>
> >         
> >                 Poll
> >                 /adminpoll/*
> >         
>
> > 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
-~--~~~~--~~--~--~---