Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Web Application Server 3.x & Netscape Enterprise Server 2.01
On Wed, 28 Jan 1998 19:58:01 -0500, Brendan Newman <brnewma_at_ibm.net> wrote:
>Does anyone use owas 3.x & netscape enterprise server (as a listener)
>together on NT 4.0? If so, I need help because I can only write PL/SQL
>procedures and run them under the owas administrative pages. But when I
>try to run them on port 80 I get "Internal error" or "URL not found",
>etc. How do you configure the Netscape obj.conf (netscape) and the
>svadmin.cfg (owas) files to handle the request?
I haven't tried OWAS 3 yet, but the following applies to OWS21:
First, map a cgi type directory to %ORACLE_HOME%\ows21\bin for every
DCD.
A line like this in obj.conf does that:
NameTrans from="/<dcd name>" fn="pfx2dir"
dir="<ORACLE_HOME>/ows21/bin" name="cgi"
Furthermore, the hyperlinks in the samples refer to '/owa' instead of '/owa.exe'. You can work around that with this line in obj.conf: NameTrans url-prefix="http://<host>/<dcd name>/owa.exe" from="/<dcd name>/owa" fn="redirect"
Last, the DCD needs to be authorized for the port your using (owa.cfg) and enterprise server should also be registered in OWS (owl.cfg) to the correct port.
Hope this helps,
Eric van Wijk. Received on Thu Jan 29 1998 - 00:00:00 CST
![]() |
![]() |