Thanks for the link and the answer. Now I've figured out what I
exactly try to ask: How to make the "root site" 127.0.0.1:8080
redirect to 127.0.0.1:8080/myapp/views/default/index instead of
127.0.0.1:8080/myapp/welcome/default/index ?



On Sep 30, 8:20 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
> This is what I do:
>
> - I run web2py.py using 127.0.0.1:8000
> - I test in dev_appserver on 127.0.0.1:8080
>
> On port 8000 admin works and I can deploy apps locally. They will then
> be visible on port 8080 too.
> After I test that everything works I deply using the AppEngineLauncher
> or appcfg.py
>
> This may also help:
>
> http://gluonframework.wordpress.com/2010/03/02/shell-only-web2py/
>
> Massimo
>
> On Sep 30, 12:06 pm, Rick <sababa.sab...@gmail.com> wrote:
>
> > But how to upload it in my local copy? I understand that I'd somehow
> > get the app on the address  http://127.0.0.1:8000butI don't
> > understand how to get it there. It has still the 
> > address:http://127.0.0.1:8000/myapp
> > I'm running linux. Perhaps that has an impact on the procedure?
>
> > On Sep 28, 5:46 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
> > > You have to upload it in your local copy and then doply it again.
>
> > > On Sep 28, 11:20 am, Rick <sababa.sab...@gmail.com> wrote:
>
> > > > Hi,
>
> > > > When I upload my app with GAE the address will be myapp.appspot.com/
> > > > myapp . On the site myapp.appspot.com there is the administrative
> > > > interface that doesn't work with GAE. My question is: how to put my
> > > > app on myapp.appspot.com ?
>
> > > > Thanks in advance for help!
>
>

Reply via email to