this depends on many factors including:
 * DNS config for the domain and sub-domains
 * app.yaml
 * routes.py

if you have the GAE app on 1 subdomain, and other web services on another 
subdomain that is fine.  if all traffic is going to the same sub-domain 
which is mapped to GAE, GAE will service all those requests.  whether or not 
web2py services a GAE request depends on app.yaml (i believe the default 
app.yaml tells GAE to serve the static files up directly without invoking 
web2py for example).

hope that helps some.

cfh

Reply via email to