Skip to content

Instantly share code, notes, and snippets.

@jw26
Created July 30, 2012 18:47
Show Gist options
  • Select an option

  • Save jw26/3209106 to your computer and use it in GitHub Desktop.

Select an option

Save jw26/3209106 to your computer and use it in GitHub Desktop.
allow for parallel deploys with jruby-rack and tomcat
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