Request get fail after the server down.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kichu
    New Member
    • Jun 2015
    • 1

    Request get fail after the server down.

    Hai,

    I have an application in spring html5. This application is deployed in jboss/webspeher/weblogic application servers. I have a scenario that , if the server is down after a request (may be an ajax request/submit etc) at the same time i want to redirect my request to one error page.

    Please guide me to do this
  • chaarmann
    Recognized Expert Contributor
    • Nov 2007
    • 785

    #2
    You are in the wrong forum: this the java forum.
    You should ask in the Apache webserver forum (assuming that you use it as Proxy server).

    If your application server is down, then it cannot respond and send an error page. Therefore the proxy server (usually apache) detects the failure and redirects to an error page

    Comment

    Working...