使用 apache tomcat 部署 JRuby 应用程序时出错

Error While deploying JRuby app using apache tomcat

我已经在 apache tomcat 中部署了 WAR 文件。 WAR 文件是在 JRuby 中使用 Ruby 2.2.3 在 ubuntu 中制作的。

但是当我 运行 tomcat 时,出现以下错误。我该如何解决这个错误?

根据给定的错误,您已经在系统上安装了 Ruby 1.9.3,但是您在 Gemfile 中提到了 ruby 2.2.3。

因此请安装所需的 ruby 版本。如果您使用的是 RVM,请尝试以下命令

rvm install 2.2.3