I have a website/webapp which I developed in JSP/Servlets. On the main the data is collected from the database, so I run the Servlet first to collect data and send it to the JSP. (works fine) The problem is few minutes ago I kept F5 pressed for a while (i.e. refreshed the page quite a few times). Now the server is down and the website displays a Service Temporarily Unavailable message. The bandwidth limit of the account is unlimited, still its saying the account has exceeded the bandwidth limit.
Can anybody tell me how to fix this issue. I know It will be OK in few minutes/hours but I don't want my users to see this message again.
Cheers