Groovy Grails Tool Suite にプロジェクトがあります。VMWareサーバーの設定は次のとおりです。
bio.http.port = 8080
bio.https.port = 8444
Config.groovy :
development {
grails.serverURL = "http://localhost:8080/${appName}"
}
私がする時:
dev run-appコンソールに次のように表示されます
| Loading Grails 2.1.4
| Configuring classpath.
| Environment set to development.....
| Packaging Grails application.....
| Compiling 1 source files.....
| Running Grails application
Configuring Spring Security Core ...
... finished configuring Spring Security Core
Configuring Spring Security CAS ...
... finished configuring Spring Security CAS
**** ENVIRONMENT ****
***** development****
*********************
| Server running. Browse to http://localhost:8080/appName
しかし、VMWare VFabric tc Server tb は、サーバーが Stopeed であることを示しています。実際、前の URL にアクセスしても何も起こりません。そうでないのに、コンソールに「サーバーが実行中」と表示されるのはなぜですか?
プロジェクトを右クリック > Run as > サーバー上で実行 > VMWare
次に、サーバーが開始され、同期され、 http://localhost:8080/ が表示されます: おめでとうございます! vFabric tc Server Developer Edition のセットアップと開始が正常に完了しました。あなたは行く準備ができています!
しかし、私のアプリケーションはまったく実行されません: http://localhost:8080/appName/
HTTP Status 404. The requested resource is not available
アイデアやヒントをいただければ幸いです。