On Apr 3, 7:48 pm, "Kevin Horn" <[EMAIL PROTECTED]> wrote:

> Are you running this standalone, or is there another webserver (e.g. Apache)
> involved?
>
> Kevin Horn
>
> On 4/3/07, George Sakkis <[EMAIL PROTECTED]> wrote:
>
>
>
> > I've been trying to make my application start at a non-root point,
> > likehttp://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 athttp://localhost:8081;
> > also the log message on startup claims "INFO HTTP: Serving HTTP on
> >http://localhost:8081/";.
>
> > Still it looks it is indeed mounted onhttp://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 ifhttp://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


No, it's standalone.

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