# File src/HTTPServer.rb, line 10 def initialize(options) @mapfile = options.has_key?(:MapFile) ? options[:MapFile] : nil @mapfile_mtime = 0 @mappings = {} Iowa.app.initialLoad @iowa_servlet = Iowa::WEBrickServlet super end