Changeset [64ff72f92886b0617d9c97826ac51902a4df10fc] by Fabio Kung

September 9th, 2008 @ 05:59 PM

loading lib directory using application's own classloader and changing jruby_initial_runtimes to jruby_min_runtimes, to follow warbler and jruby-rack conventions http://github.com/fabiokung/jett...

Committed by Fabio Kung

  • M README.txt
  • M lib/jetty_rails/adapters/abstract_adapter.rb
  • M lib/jetty_rails/handler/web_app_handler.rb
  • M lib/jetty_rails/runner.rb
  • M lib/jetty_rails/server.rb
  • M spec/config.yml
  • M spec/jetty_rails/config_file_spec.rb
  • M spec/jetty_rails_sample_1.yml
  • M spec/jetty_rails_sample_2.yml
  • M website/index.txt
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Jetty Rails aims to run any Warbler based JRuby on Rails or JRuby Merb applications with Jetty Container, loading configuration from Warbler.

This project is useful for people developing JRuby on Rails (or Merb) applications that can not use mongrel for development. Rails and Merb applications integrated with servlet based applications in the same context would be a reasonable reason.