Mantis - Resin
Viewing Issue Advanced Details
1461 minor always 11-15-06 13:59 12-04-06 10:46
ferg  
ferg  
normal  
closed  
no change required  
none    
none  
0001461: 503 with error page
(rep by Riccardo Cohen)

When all application servers are down, the front load balancing server answers 503 to the
web client.
I tried to add an error page 503 but it did not work. The standard 503 error message still
displays.
Here is the webapp conf :
     <host id="salesforce.articque.com">
       <web-app id='/'
         document-directory='/DevelJsp/webapps/lib_salesforce'
         work-dir='/home/app_working/salesforce/work'
         temp-dir='/home/app_working/salesforce/tmp'>
         <servlet>
           <servlet-name>balance_sf</servlet-name>
           <servlet-class>com.caucho.servlets.LoadBalanceServlet</servlet-class>
           <init cluster='art_sf'/>
         </servlet>
         <servlet-mapping url-pattern='*' servlet-name='balance_sf'/>
         <error-page>
           <error-code>503</error-code>
           <location>/err.html</location>
         </error-page>
       </web-app>
     </host>


Is there any way to put a custom page for that ?

There are no notes attached to this issue.