Skip to content

Instantly share code, notes, and snippets.

@nicksieger
Created August 11, 2008 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicksieger/4881 to your computer and use it in GitHub Desktop.
Save nicksieger/4881 to your computer and use it in GitHub Desktop.
# Warbler web application assembly configuration file
Warbler::Config.new do |config|
# Temporary directory where the application is staged
# config.staging_dir = "tmp/war"
# Application directories to be included in the webapp.
config.dirs = %w(app config lib log vendor tmp)
# Additional files/directories to include, above those in config.dirs
# config.includes = FileList["db"]
config.includes = FileList["java/axis2.war/WEB-INF/**/*"]
config.pathmaps.application << "%{java/axis2.war/WEB-INF/,}p"
# ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment