warbler
How to add META-INF/context.xml in Warbler
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[详细]
2023-02-17 04:25 分类:问答Cannot run redmine 1.1 in a tomcat container
this is my absolutely first time I get involved with Ruby & Co... so maybe I\'m totally wrong.. excuse me in advance :-)[详细]
2023-02-15 15:12 分类:问答RoR error: can't convert Warbler::WebxmlOpenStruct to Array
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:[详细]
2023-02-14 03:33 分类:问答undefined method `cache_sweeper' for ActionController::Base:Class - warbler
I am deploying my Jruby Rails application on glassfish with acts_as_audited as a gem/plugin installed.[详细]
2023-02-09 19:50 分类:问答Problem deploying a Rails application to tomcat with warbler - undefined method 'getProperty'
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:[详细]
2023-02-04 22:29 分类:问答Where to put the sqlite3-database when deploying a JRuby-On-Rails App as a war?
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.[详细]
2023-01-31 19:32 分类:问答Warbler executable won't start
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.[详细]
2023-01-31 05:05 分类:问答Tomcat cannot locate jdbcmysql adapter with JRuby war
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[详细]
2023-01-26 05:12 分类:问答JRuby on Rails does not work with Tomcat running as a service on Windows Server 2008
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[详细]
2023-01-25 14:25 分类:问答JBoss based rails application cant find activerecord-jdbcmysql-adapter
I have a rails application deployed to jboss as a war packaged using warbler. The application has been working great for a while now.[详细]
2023-01-21 20:41 分类:问答