| 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:
rm -f Gemfile.lock && bundle install && bundle exec warble warAs an executable jar within Jetty:
rm -f Gemfile.lock && bundle install && bundle exec warble executable war java -Dwarbler.debug=true -Dwarbler.port=8080 -jar *.warYou can run the examples using local source for warbler or jruby-rack by
| Back | FazBrowse Home | New Git URL |