|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 1461 | minor | always | 11-15-06 13:59 | 12-04-06 10:46 | |
|
|
|||||
| Reporter: | ferg | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | |||
| Product Build: | Resolution: | no change required | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | |||
|
|
|||||
| 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: | |||||
| Relationships | |||||
| Attached Files: | |||||
| There are no notes attached to this issue. |