Hi, I was looking at the Cherrypy 2.2 docs, and the suggest that instead of: cherrypy.root = root
we should be using: cherrypy.tree.mount(root,conf=config) I looked at TG1.08, TG1.1, TG2.0, none of them seem to do this. It would seem to make it much easier to change mount points when running from cherrypy. Any thoughts ? Thanks -- 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.

