Questions tagged [warbler]

Warbler is a gem to make a Java jar or war file out of any Ruby, Rails, Merb, or Rack application.

The library provides a minimal, flexible, Ruby-like way to bundle up all of your application files for deployment to a Java environment. It is provided under the terms of the MIT license.

188 questions
0
votes
1 answer

Running Rake Tasks In WAS without JRuby

Related to : Executing rake tasks on an exploded war on tomcat without jruby being installed I'm trying to run rake tasks in my Tomcat server that doesn't have JRuby installed. I'm using warbler to create a war file. Using the answer to the linked…
user684934
0
votes
1 answer

500 Responsecode while using warbler

I've tried to deploy a simple RubyOnRails app to tomcat app-server with the warbler gem. I simply generated a new app, with a simple scaffold and configured it to use the jdbcmysql adapter. Then i simply created and migrated the database, executed…
gregor
  • 4,733
  • 3
  • 28
  • 43
0
votes
2 answers

Does Warbler is only used for Jruby app?

I take a look about deploying Ruby on a server, and I found Warbler for Jruby. I have several questions where I didn't find a straight answer. Does Warbler is used only to package Jruby app (like Jruby on Rails), or can it be used to package any…
Simon
  • 619
  • 2
  • 9
  • 23
0
votes
1 answer

Multiple war web applications in ear with JRuby rack

I'm trying to pack two JRuby Sinatra web apps (runtime 1.9) bundled with warbler into an ear file. After deploying in glassfish (2.1.1 or 3.1) I have a crash. JRuby.jar, jruby-stdlib.jar and jruby-rack.jar are accesible in the classpath of both…
Rafa de Castro
  • 2,474
  • 1
  • 24
  • 44
0
votes
1 answer

jruby on rails with warbler and tomcat and windows

I tried to deploy an application.war file into webapps/ in the tomcat folder and started up the server. When i try to open http://localhost:8080/relConnections it shows on the screen that "something went wrong". I deleted the common index.html in…
user1455116
  • 2,034
  • 4
  • 24
  • 48
0
votes
1 answer

How to deploy a Ruby class in a Java web project

I am trying to create an hybrid between a JRuby and a Java application, so that it may be possible to migrate single components at a time. What I am trying to do right now is really simple, here is the Ruby class: require 'java' java_package…
Kjir
  • 4,437
  • 4
  • 29
  • 34
-1
votes
1 answer

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: SEVERE: Parse error in application web.xml file at…
SachinJadhav
  • 291
  • 4
  • 11
-3
votes
1 answer

Error after deploying JRuby WAR file using apache tomcat?? why?

We have created WAR file in JRuby and deployed on Apache tomcat, But when i run Apache tomcat, i saw above image as a error messaage I am getting errors : Ignoring bcrypt-3.1.10 because its extensions are not built. Try: gem pristine bcrypt…
madhuri
  • 1
  • 2
1 2 3
12
13