Spring、Hibernate、および JSF2.0 を使用している小さな Web アプリケーションがあります。
Eclipse サーバーと統合された Weblogic 10.3.6 にアプリケーションをデプロイしています。アプリケーションをサーバーに公開すると、公開 (デプロイ) されますが、Glassfish に比べて公開に時間がかかります。
私が抱えている問題は、ブラウザからアプリケーションを実行しようとすると、ログにエラーや例外が表示されないにもかかわらず、ブラウザで次のエラーが発生することです。この問題を解決するにはどうすればよいですか? そして、サーバーにデプロイするのになぜそんなに時間がかかるのでしょうか?
Error 503--Service Unavailable
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.5.4 503 Service Unavailable
The server is currently unable to handle the request due to a temporary
overloading or maintenance of the server. The implication is that this
is a temporary condition which will be alleviated after some delay. If known,
the length of the delay may be indicated in a Retry-After header.
If no Retry-After is given, the client SHOULD handle the response as it would
for a 500 response.
Note: The existence of the 503 status code does not imply that a server
must use it when becoming overloaded. Some servers may wish to simply
refuse the connection.