We have a
J2EE application for several hundreds of users. From time to time we need to deploy new version or do some service tasks. Does exist any technique to let the users know, that the application is currently down? When users try to enter application via .../index.do, it should redirect them to some static page announcing 'Application under repair'. But how to do that, if application is undeployed or OC4J is stopped? We use OAS 10.1.3.
Thanks in advance for any ideas.