How can I add META-INF/context.xml into the war? I didn\'t find any config entry in config开发者_开发知识库/warble.rb.Unfortunately Nick\'s method doesn\'t work. The file is actually copied to WEB-INF
this is my absolutely first time I get involved with Ruby & Co... so maybe I\'m totally wrong.. excuse me in advance :-)
I installed the Warbler gem for creating .war file. I have tried creating a .war file using the warble command but I get following error each time I try:
I am deploying my Jruby Rails application on glassfish with acts_as_audited as a gem/plugin installed.
I\'m trying to deploy our app to a standalone tomcat 5.5 on hardy. The resulting war file is unpacked (correctly as it seems) but won\'t load and gives me the following error:
Background: I want to deploy a small JRuby-On-Rails-Application using warblers executable war, so I can just drop the .war-file and everyone can run it with java -jar app.war.
I have some trouble packing my JRuby-application with warbler and running it. I\'ve created a simple sqlite3-app with one model which works fine when running via jruby -S rails s.
I\'m trying to deploy a JRuby on Rails war into Tomcat6. For some reason, it cannot locate activerecord-jdbcmysql-adapter. I\'m running Rails 2.3.8, JRuby 1.5.5, JRuby-Rack 1.0.3. The gem is packaged
Problem It seems like running Tomcat as a service doesn\'t play well with Rails 3 applications that are packaged up using warble. Looking at the log files, it looks like there is either a circular de
I have a rails application deployed to jboss as a war packaged using warbler. The application has been working great for a while now.