Using pastedeploy you can mount different wsgi apps at different urls. http://pythonpaste.org/deploy/#the-config-file
see egg:Paste#urlmap I presume plone is a wsgi app. You can do the same thing on google appengine in your app.yaml http://code.google.com/appengine/docs/python/config/appconfig.html#Script_Handlers though in your app.yaml you don't have the middleware filter option like you do in Paste so things are slightly different. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/MH1J_cCqmkMJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
