I have tried that , but it didn't work . I don't know why.
On Mar 27, 2:36 pm, Massimo Di Pierro <
mdipie...@cs.depaul.edu> wrote:
> Thank you sunjoy,
>
> There are many ways to do so:
>
> 1) call you app "init"
> 2) If there is no app "init" the "examples" is the default
> 3) You can create routes.py as discussed here
>
http://mdp.cti.depaul.edu/AlterEgo/default/show/67
> 4) If you run it behind apache with mod_proxy or mod_rewrite you can
> configure apache to do so as in
>
http://mdp.cti.depaul.edu/AlterEgo/default/show/38
>
> Hope this helps.
>
> Massimo
>
> On Mar 27, 2008, at 12:59 AM, sunjoy wrote:
>
>
>
>
>
> > Hello, everyone, I am a newbie using web2py framework.
>
> > Web2py is so great and powerfull. I like it very much and keep on
> > learning it.
>
> > I got a problem, is there any way to set a default(or root)
> > application?
>
> > For example, in java web development , If I use tomcat as the
> > application server , I can
>
> > configure "server.xml" to set a root application. Like this:
>
> > <Context path="" debug="0" docBase="/data0/sites/
foobar.com/myapp"></
> > Context>
>