On Mon, Nov 15, 2010 at 2:48 AM, PalaniKannan K <[email protected]> wrote:
> I am using webrick server for my application in ~/sample. For every boot of > computer, i need to start the webrick server in ~/sample. Kindly anyone help > me to start up the webrick server at the initial boot of computer with > specified port as automated startup. If you're on a *nix platform, look at the startup scripts in /etc/init.d or equivalent and make one for webrick. Recent Macs use `launchd` with files named *.plist and again you can find plenty of examples to use as a basis for your own script. If you're on Windows, I have no idea :-) -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

