Results 1 to 4 of 4

Thread: About error pages. and maintenance

  1. #1
    Join Date
    Jun 2009
    Posts
    6

    Exclamation About error pages. and maintenance

    Does anybody know, how can i protect the user to see the error pages when i am undeploying and deploying my application war file ?

    I want to tell the user, that the application is not online or under maintenance.
    instead of the user see the traditional tomcat error page.

    Thanks in advance.

  2. #2
    Join Date
    Nov 2006
    Location
    Columbus, OH
    Posts
    143

    Default

    superrick79,

    This is very application server, load balancer or proxy specific. The way I usually do it is using Apache as a proxy and setting up an app specific failure page when the app is down. However, it depends on your configuration and/or setup.

    Hope that helps,
    Regards,

    Joshua Preston

    --

    "The Guide says that there is an art to flying," said Ford, "or rather a knack. The knack lies in learning how to throw yourself at the ground and miss."

  3. #3

    Default

    Make the redirect page for the url. so the user can redirect to the url and they will not seen the error page.

  4. #4
    Join Date
    Jun 2009
    Posts
    2

    Default

    Make the redirect page for the url. so the user can redirect to the url and they will not seen the error page.


    think you.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •