Posted By:
Eelco_Cramer
Posted On:
Tuesday, August 20, 2002 12:24 AM
A http 503 is given when your server is overloaded. You might want to increase the number of concurrent sessions your server is able to handle. From the javadoc:
SC_SERVICE_UNAVAILABLE
public static final int SC_SERVICE_UNAVAILABLE
Status code (503) indicating that the HTTP server is temporarily overloaded, and unable to handle the request.