Changeset 4 for bin

Show
Ignore:
Timestamp:
01/06/08 16:08:15 (9 months ago)
Author:
jeremymcanal..@gmail.com
Message:

Added support for Thin, evented Mongrel, and Swiftiply.
Added cookies.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bin/vintage

    r2 r4  
    7070  puts 
    7171elsif ARGV[0] == "start" 
     72  if OPTIONS[:server] == 'swift' 
     73    require 'swiftcore/swiftiplied_mongrel' 
     74  end 
     75   
    7276  OPTIONS.merge!(YAML::load_file(OPTIONS[:config])) if File.exists?(OPTIONS[:config]) 
    7377  Vintage::Server.run(OPTIONS)