I''m launching a WEBrick daemon (linux) from a script. Think I can find enough in the documentation and rails code to do what I need. But, once started, I haven''t found any mention of how to stop it. Any clues? Robert --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
ctrl-c b robert wrote:> I''m launching a WEBrick daemon (linux) from a script. Think I can find > enough in the documentation and rails code to do what I need. > > But, once started, I haven''t found any mention of how to stop it. > > Any clues? > > > > Robert > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I''m launching a WEBrick daemon (linux) from a script. Think I can find enough in the documentation and rails code to do what I need. But, once started, I haven''t found any mention of how to stop it. Make myself clearer - Currently WEBrick is lauched by calling Ruby on Rail''s ''command/script''. Will soon be customised. I want to then stop the WEBrick daemon by scripting (CNTRL-C is not the way - that requires user intervention). Any clues? Robert --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Thu, 2007-03-08 at 23:57 -0800, robert wrote:> I''m launching a WEBrick daemon (linux) from a script. Think I can find > enough in the documentation and rails code to do what I need. > > But, once started, I haven''t found any mention of how to stop it. > > Make myself clearer - Currently WEBrick is lauched by calling Ruby on > Rail''s ''command/script''. Will soon be customised. I want to then stop > the WEBrick daemon by scripting (CNTRL-C is not the way - that > requires user intervention). > > Any clues?---- webrick isn''t suitable for production mode which sounds like what you are trying to do. Craig --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---