Workaround for 503 error please help

Hi all

I am looking for a solution that would redirect a 503 error to

an error page.

I have read the documentation which says i can write my own

NSAPI function.

I donot know how to write NSAPI.Could anyone help me with an

easy workaround

for this problem.

Thanks in advance

Sridhar

[349 byte] By [] at [2007-11-25 7:18:47]
# 1

"Sree" <sridharreddy_m@hotmail.com> wrote in message

news:3B545EB8.E01D0A74@hotmail.com...

> Hi all

>

> I am looking for a solution that would redirect a 503 error to

> an error page.

> I have read the documentation which says i can write my own

> NSAPI function.

> I donot know how to write NSAPI.Could anyone help me with an

> easy workaround

> for this problem.

Well, I have no idea how to generate a 503 error, and you didn't mention

what web server you're using, so I can't be of too much help, however, you

might want to try adding to your obj.conf file:

Error fn="query-handler" code=503 path="/path/to/file"

Which in theory, should serve up the file located at "/path/to/file" when a

503 error is generated.

--

Joe Hourcle

Networking and Information Technology

The George Washington University

at 2007-6-29 17:55:48 > top of Java-index,Web & Directory Servers,Web Servers...