Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Server returned HTTP response code: 503

  Asked By: Armando    Date: Jun 06    Category: Java    Views: 6046
  

The following error is displayed while runing java program

What is the cause of this error Is this the problem with tomcat 4.0.1 server or
is there any error in my code

I O exception - > Server returned HTTP response code: 503

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Ann Evans     Answered On: Jun 06

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.

 
Didn't find what you were looking for? Find more on Server returned HTTP response code: 503 Or get search suggestion and latest updates.




Tagged: