Created
July 30, 2012 18:47
-
-
Save jw26/3209106 to your computer and use it in GitHub Desktop.
allow for parallel deploys with jruby-rack and tomcat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Warbler::Config.new do |config| | |
| # | |
| # ...... snip ....... | |
| # | |
| # remove the bundled jruby jars, they will | |
| # need to be deployed in $CATALINA_HOME/lib | |
| config.java_libs.delete_if {|f| f =~ /jruby-stdlib/ || f =~ /jruby-core/ } | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment