On Friday, April 26, 2013 1:56:42 PM UTC-5, GAEfan wrote:
>
> Could it be a version issue?  Backends does not yet have versioning.  But, 
> how does it know which version of my app to access?  It should just default 
> to the current.
>
>
>
It should hit the default version of your app.
 

>
> So, I am getting a 301 at  " /_ah/start".  I do have a wildcard url 
> handler (- url: /.*).  WIthout a "/_ah/start" handler in app.yaml, is it 
> hitting the wildcard mapping before the built-in mapping?
>
>
Just for the sake of testing, remove the wildcard handler and change it to 
a specific path. But I doubt that will fix the problem, _ah/start urls are 
"special" urls. 

What is your initialization code doing?



-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

My Go side project: http://invalidmail.com/
 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to