我有一個小型的Web應用程序,我使用的是Spring,Hibernate和JSF2.0。部署後發佈的Weblogic錯誤(發佈):錯誤503 - 服務不可用
我正在將我的應用程序部署到與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.
您是否在管理頁面中查看了weblogic日誌或應用程序可用性?你確定你的應用程序已經啓動了嗎? – Taky