search for: webrick_daemon

Displaying 1 result from an estimated 1 matches for "webrick_daemon".

2005 May 14
4
Problems with custom service and webrick
Hi all, Windows XP Pro Ruby 1.8.2 I''m having a couple of problems with the following service. The first issue is that the code in service_start doesn''t seem to fire off. The second problem is that any attempt to do ''require "webrick"'' within webrick_daemon.rb causes the service to fail on start. Any ideas? # webrickctl.rb ############################################### # webrickctl.rb # # Control script for the Webrick Service ############################################### require "optparse" require "win32/service" include Win3...