warbler
Ruby version mismatch when deploying war over tomcat
I am using Rvm and have install jruby-1.6.4 (with ruby 1.9.2) i use warbler to create the war file and deploy it over tomcat-6.0.4[详细]
2023-04-09 10:30 分类:问答Deploying JRuby/Rails to Glassfish: undefined method `bundle_path' for Bundler:Module
The following error shows up in my Glassfish log when attempting to access my app: Caused by: org.jruby.exceptions.RaiseException: (NameError) method \'to_yaml\' not defi开发者_如何学编程ned in Objec[详细]
2023-04-07 14:52 分类:问答Error while trying to use warble on ChiliProject for JRuby/Jetty deployment
I\'m trying to use warbler on ChiliProject (a Redmine fork, Rails 2.3 app) to deploy it in a Java Jetty web server. But when I run warble at the projects root folder, it fails with the given error mes[详细]
2023-04-03 16:09 分类:问答Why is the db directory not included in JRuby WAR when using Warbler?
I\'ve created a simple \'hello\' type JRuby application and use Warbler to WAR up and then deploy to JBoss. However, I get the following error when using the application:[详细]
2023-04-02 11:55 分类:问答Packaging local ruby gems using Bundler?
I have a project that I\'m working on that uses a gem we\'ve created internally.It\'s not hosted on rubygems.org or github.But we do have it in our repository and in a path on our local machine.[详细]
2023-03-28 10:11 分类:问答How to include the ruport/acts_as_reportable gems for JRuby using Warbler?
I am using JRuby 1.4.0 and want to use Ruport to make CSV files. This perfectly works until I make a war-file from it with warbler to put it on a server.[详细]
2023-03-19 00:46 分类:问答Jruby rails application on Tomcat. War generated through warbler
I am using warbler to create war of my Jruby application. It creates a war without any problem, but when I deploy it in tomcat (webapps) it gives me following exception:[详细]
2023-03-17 03:58 分类:问答Warbler and rvm - Could not find RubyGem warbler when running WARBLE
/var/lib/hudson/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems.rb:900:in `report_activate_error\': Could not find RubyGem warbler (>= 0) (Gem::LoadError)[详细]
2023-03-06 17:16 分类:问答Getting Sinatra to work with JRuby and Warbler
I\'m using the following config/warble.rb in my hello-world-style application: Warbler::Config.new do |config|[详细]
2023-03-03 21:19 分类:问答Rake vs. Warbler in Ruby?
I have used Warble to make .war files.That worked pretty well. Some of the tutorials online suggest using the \"rake\" command at various times.If rake is for compilation, I thought Ruby didn\'t need[详细]
2023-03-01 16:06 分类:问答