Thank you Rahul... Its worked fine. Thanks once again for your help. On Tue, Jun 7, 2011 at 7:12 AM, Rahul <rahul.dhak...@gmail.com> wrote:
> Alternately, you can use the nohup command if you have shell access. > Like > > nohup python web2py.py - a'<recycle>' -i <ip of your site> -p <port> > & > > This will last till your server machine is re-booted. If it has, it > will terminate. > > Cheers, Rahul > > > On Jun 6, 11:58 pm, danto <web2py.n...@gmail.com> wrote: > > 2011/6/6 Pradeesh <pradeeshnara...@gmail.com> > > > > > I have installed web2py on a remote opensuse server 10.3 and I am > > > using a Putty to start the web2py server. But when i am closing the > > > Putty session in my machine, the web2py server is also closing. How do > > > I start web2py server permanantly. > > > > you should set up a server as cherokee, apache or nginx. but for what you > > say, run 'screen' and then web2py on it. exit with ctrl+a+d >