| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This directory includes samples using JRuby-Rack to build Rack web applications for deployment into Java app servers.
For deployment into a separate webserver:
bundle
bundle exec warble warAs an executable jar within Jetty:
bundle
bundle exec warble executable war java -jar *.warYou can run the examples using local source for warbler or jruby-rack using env vars, e.g
export WARBLER_SRC=true JRUBY_RACK_SRC=true && bundle && bundle exec warble executable war && java -Dwarbler.debug=true -jar rails*.war| Back | FazBrowse Home | New Git URL |