Class Merb::Rack::Mongrel
In: lib/merb-core/rack/adapter/mongrel.rb
Parent: Object

Methods

start  

Public Class methods

Parameters

opts<Hash>:Options for Mongrel (see below).

Options (opts)

:host<String>:The hostname that Mongrel should serve.
:port<Fixnum>:The port Mongrel should bind to.
:app<String>>:The application name.

[Validate]