I've been trying to make my application start at a non-root point,
like http://localhost:8081/myapp/. I set server.webpath='/myapp' on
dev.cfg, I even manually did cherrypy.tree.mount(root, '/myapp') on
start-myapp.py but the app is still visible at http://localhost:8081;
also the log message on startup claims "INFO HTTP: Serving HTTP on
http://localhost:8081/";.

Still it looks it is indeed mounted on http://localhost:8081/myapp/
*in addition to* http://localhost:8081; the paths starting with '/
myapp' that work, they also work without it, and vice versa. It seems
as if http://localhost:8081/ works as a fallback; when I don't include
the /myapp prefix, I see "NotFound: 404" log messages on the console
but the pages still load on the browser! What gives ?

George


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to