On Fri, 2008-05-02 at 10:55 -0700, Rudy wrote:
> Thanks for the reply.  The only trouble with redirecting to the paster
> server is that I don't know if I can leave the paster running after I
> log out.  Right now, I have to log in and start the paster server,
> then start another login window and run lynx to test the server.  When
> I log out the process gets killed.  I can start it as a backround
> task, but I think it will still be killed when I log out.

There's several utilities for managing this (screen, dtach, etc), but
the good old-fashioned way is "nohup":

$ nohup paster serve myapp.cfg

Regards,
Cliff



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to