Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: OWAS Problem
It may be that the OWS is assuming port 80 if you are not specifying the complete URL i.e. server.name:8888/an/absolute/url/at/our/site
Be worth a try.
I've used redirect_url successfully but my listener is running on port 80.
Greg Cooper
10032.1013_at_compuserve.com or
greg.j.cooper_at_corpmail.telstra.com.au
Tom Adriaenssen <tom_at_imagic.be> wrote in article
<6nvl5p$inu$1_at_xenon.inbe.net>...
> hi,
>
> we're running Oracle Server 7.3 and OWAS 2.1 on an NT (4.0, SP3,
OptPack),
> on the same machine. The Web server runs on port 8888.
> Everything works fine, except for one thing: whenever i call
> 'OWA_UTIL.redirect_url' the web server refused to send the browser to the
> specified url... the operation times out.
> The call is like this...
> OWA_UTIL.redirect_url( '/an/absolute/url/in/our/site', TRUE );
>
> I've even tried to do
> OWA_UTIL.redirect_url( '/an/absolute/url/in/our/site', FALSE );
> OWA_UTIL.http_header_close;
>
> but that gives no change...
>
> Any clues?
>
> Tom.
>
>
>
Received on Sat Jul 18 1998 - 00:00:00 CDT
![]() |
![]() |