NoMethodError: relative_url_root when deploying rails app on tomcat

前端 未结 1 1013
萌比男神i
萌比男神i 2021-01-03 08:34

I tried to follow this tutorial to deploy my jruby app on tomcat, but yet it always ends with:

--- Backtrace
    NoMethodError: undefined method `relative_ur         


        
1条回答
  •  没有蜡笔的小新
    2021-01-03 08:48

    We had the same problem, and it was tracked down to the new version jruby-rack (1.1.1 IIRC). We downgraded to 1.0.10 and the problem went away. I'm not sure what the "root" of the problem was though.

    0 讨论(0)
提交回复
热议问题