Tomcat configuration question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Subhodini Fernandes

    Tomcat configuration question

    A very basic question about Tomcat 3.3.1 configuration -

    We have an application setup on Tomcat. Daily the service needs to be
    taken down for backup purpose for 1 hour and we need Tomcat to display
    a page which says that the system is unavailable as it is being backed
    up. Can someone please tell me how to achieve this ?

    Thanks,

    Subho.
  • Patrick Hooper

    #2
    Re: Tomcat configuration question

    subhfern@yahoo. com (Subhodini Fernandes) wrote in message news:<49c0d836. 0403070904.2a49 [email protected] ogle.com>...[color=blue]
    > A very basic question about Tomcat 3.3.1 configuration -
    >
    > We have an application setup on Tomcat. Daily the service needs to be
    > taken down for backup purpose for 1 hour and we need Tomcat to display
    > a page which says that the system is unavailable as it is being backed
    > up. Can someone please tell me how to achieve this ?
    >
    > Thanks,
    >
    > Subho.[/color]

    Are you communicating with Tomcat through Apache or do your URLs refer
    directory to Tomcat?

    Patrick

    Comment

    • Subhodini Fernandes

      #3
      Re: Tomcat configuration question

      Its directly using Tomcat.

      Comment

      • hiwa

        #4
        Re: Tomcat configuration question

        subhfern@yahoo. com (Subhodini Fernandes) wrote in message news:<49c0d836. 0403070904.2a49 [email protected] ogle.com>...[color=blue]
        > A very basic question about Tomcat 3.3.1 configuration -
        >
        > We have an application setup on Tomcat. Daily the service needs to be
        > taken down for backup purpose for 1 hour and we need Tomcat to display
        > a page which says that the system is unavailable as it is being backed
        > up. Can someone please tell me how to achieve this ?
        >
        > Thanks,
        >
        > Subho.[/color]
        I don't know Tomcat configuration detail. But if it's for me, I'd set
        up an infinite while loop in a main dispatching servlet, check an
        external flag and change the greeting page accordingly.

        Comment

        • Patrick Hooper

          #5
          Re: Tomcat configuration question

          HGA03630@nifty. ne.jp (hiwa) wrote in message news:<6869384d. 0403111902.1682 [email protected] ogle.com>...[color=blue]
          > subhfern@yahoo. com (Subhodini Fernandes) wrote in message news:<49c0d836. 0403070904.2a49 [email protected] ogle.com>...[color=green]
          > > A very basic question about Tomcat 3.3.1 configuration -
          > >
          > > We have an application setup on Tomcat. Daily the service needs to be
          > > taken down for backup purpose for 1 hour and we need Tomcat to display
          > > a page which says that the system is unavailable as it is being backed
          > > up. Can someone please tell me how to achieve this ?
          > >
          > > Thanks,
          > >
          > > Subho.[/color]
          > I don't know Tomcat configuration detail. But if it's for me, I'd set
          > up an infinite while loop in a main dispatching servlet, check an
          > external flag and change the greeting page accordingly.[/color]

          Don't mean to keep asking questions but when you say you want to take
          the service down do you mean the entire Tomcat service or just a
          particular application deployed on Tomcat?

          Thanks. Patrick

          Comment

          Working...