I have been able to war up a Rails project via JRuby and deploy it successfully to Weblogic. Believe it or not, it ran successfully :)Albeit, it was a simple application. In a sense, it's senseless to deploy it to something like Weblogic, but that's the technology we use.
Weblogic is a J2EE server, not sure how you can use it for Ruby/Rails. It can work with JRuby, but would be tricky to set up and use. RubyMine doesn't support it.
See also http://stackoverflow.com/questions/3510532/deploying-a-rails-app-on-weblogic and google for more.
I have been able to war up a Rails project via JRuby and deploy it successfully to Weblogic. Believe it or not, it ran successfully :)Albeit, it was a simple application. In a sense, it's senseless to deploy it to something like Weblogic, but that's the technology we use.
Thanks for the info.