Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re:

Re:

From: Sanjay Mishra <smishra_97_at_yahoo.com>
Date: Tue, 1 Feb 2005 08:11:30 -0800 (PST)
Message-ID: <20050201161130.49429.qmail@web51307.mail.yahoo.com>


Thanks Indy and First thing worked with me

It look like that you message didn't go the List and so I am sending it to the list

Sanjay

> Sanjay
>
> You can try to capture Error and can use the
> following option based on
> your application
>
> using 'ErrorDocument' directive in the httpd.conf
> file, It can direct http
> to display customized error msg as follows:
>
> ErrorDocument 500 /Msg.html
>
> Above will redirect to Msg.html for any 500 Internal
> error.
>
>
> Or you can also use Web.xml file for J2EE based
> application
> <error-page>
> <error-code>500</error-code>
> <location>your_customized_404_Path</location>
> </error-page>
>
> I hope this might be what you are looking or let me
> know.
> Thanks
> Indy Johal
> Manager, Database Administration
> PR Newswire
> indy_johal_at_prnewswire.com
> http://www.prnewswire.com
>
> (201) 946-5687 [W]
> (201) 220 6781 [M]
>
> "We tell your story to the world."
>
> Thiru
>
> What i want is that if forms server is down due to
> maintenance, then how can I put some display message
> page that the machine forms OC4J instance is down
> for
> maintenance.
>
> Tx
> --- Thiru Pandian <tpandian_at_gmail.com> wrote:
>
> > DO you want notification to be sent when forms
> > server is down ?
> >
> >
> > On Mon, 31 Jan 2005 08:03:21 -0800 (PST), Sanjay
> > Mishra
> > <smishra_97_at_yahoo.com> wrote:
> > >
> > > I am using Oracle 9iAS Forms using Listener
> > Servlet
> > > architrecture. I want to display an error screen
> > when
> > > Form are down. Any gues or example
> > >
> > > TIA
> > > Sanjay
> > >
> > >
> __________________________________________________
> > > Do You Yahoo!?
> > > Tired of spam? Yahoo! Mail has the best spam
> > protection around
> > > http://mail.yahoo.com
> > > --
> > > http://www.freelists.org/webpage/oracle-l
> > >
> >
> >
> > --
> > Thiru Pandian
> > Sr. Oracle DBA
> >
                



Do you Yahoo!?
Meet the all-new My Yahoo! - Try it today! http://my.yahoo.com  
--
http://www.freelists.org/webpage/oracle-l
Received on Tue Feb 01 2005 - 11:14:11 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US