I tried to follow this tutorial to deploy my jruby application on tomcat, but it always ends:
--- Backtrace NoMethodError: undefined method `relative_url_root=' for ActionController::Base:Class send at org/jruby/RubyKernel.java:2097
Tried either with tomcat 6 and 7.
My version of jruby is 1.6.5 and I'm using Rails 3.1 (maybe too fresh?)
Thanks for any help
source share