Skip to content

Instantly share code, notes, and snippets.

@markjreed
Created December 6, 2011 21:46
Show Gist options
  • Save markjreed/1440153 to your computer and use it in GitHub Desktop.
Save markjreed/1440153 to your computer and use it in GitHub Desktop.
warble.rb showing problem
Warbler::Config.new do |config|
config.dirs = %w(webapp lib config)
config.staging_dir = 'war'
config.webxml.booter = :rack
config.webxml.rackup.path = 'WEB-INF/webapp/api.ru'
config.java_libs += FileList['../../drools/drools-api-5.1.1.jar']
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment