应用程序启动页空白,但服务器正在运行

时间:2013-04-12 10:41:02

标签: grails localhost

所以,我是grails开发的新手,这是我的问题。

当我创建一个grails-application时,当我浏览localhost时,我得到了这个:

浏览器(localhost:8080 / test3)

页面(无法GET / test3)

我做什么都没关系。有谁遇到过这个问题?

这是服务器说它正常运行。

Created file test/unit/test3/HelloControllerTests.groovy
n156-p125:test3 bobby_falck$ grails run-app test3
| Server running. Browse to http://localhost:8080/test3

事情是它几天前没有给我这个错误信息。 :S

1 个答案:

答案 0 :(得分:0)

好的,我认为这有助于我解决问题:

的grails> -Dserver.port =“someportnumber”run-app

:)