Feature Requests: Browse | Submit New | Admin
The AGI listener port # appears to be a global setting in the library itself. Would be great if this could be set as a paramter in the 'environment.rb' as a paramter for startup of a server. This way I could have a production server and a developer server on the same machine.
Add A Comment:
Date: 2008-03-05 12:32 Sender: Dirk Siemers try this: RAGI::CallServer.new(:ServerType => SimpleThreadServer, :Logger => RAILS_DEFAULT_LOGGER, :Port => 4711)