Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001461 [Resin] minor always 11-15-06 13:59 12-04-06 10:46
Reporter ferg View Status public  
Assigned To ferg
Priority normal Resolution no change required Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version Product Version
  Product Build
Summary 0001461: 503 with error page
Description (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 ?
Steps To Reproduce
Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
11-15-06 13:59 ferg New Issue
12-04-06 10:46 ferg Assigned To  => ferg
12-04-06 10:46 ferg Status new => closed
12-04-06 10:46 ferg Resolution open => no change required


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
26 total queries executed.
24 unique queries executed.
Powered by Mantis Bugtracker