Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我做了一个没什么用的小应用程序。它只是有一个带有索引方法的控制器,可以进行一些数学运算。这是一个测试应用程序。我希望这个测试应用程序在 WAR 包装的 Tomcat 上运行。
当我在 TOmcat 上部署这个应用程序时,我得到了:
本地跳转错误
yield 在块外调用。
该应用程序与 WebRick 配合良好。有人可以指出我如何解决这个问题吗?我不知道要开始。
谢谢 PS 我有 - jruby-1.6.2(rvm) - warble 1.3.1 - Tomcat 6
I got the same error message with a rails 3.0.9 app because of a invalid entry in the database.yml (wrong username/password). I assume the war file uses the production environment - check your production database settings.