This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
How can I get a 503 status code in tomcat.503 means - service not available , but how can I achieve this in tomcat.Do I have to configure MBeans for making individual services unavailavble and avaialble again without shuting down the tomcat and remotely.
If I want to do something like this...I want to have a service registry and control the registry using an mBean. And getRegistry would check in the cache whether the service is available or not and the cache can be controlled by the mBean.