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

Home -> Community -> Usenet -> c.d.o.server -> Re: OWS21 and MS IIS?

Re: OWS21 and MS IIS?

From: raman batra <rrbatra_at_feist.com>
Date: 1997/04/26
Message-ID: <336218D7.18C5@feist.com>#1/1

Hi Karl:

You could also use OWS2.1 as a HTTP server. All you need to do is to configure
a listener service at your port of choice. This is done from the installtion which
is web-based. I imagine you are using IIS to authenticate users (maybe) using NT security.

However, coming back to using WRB, the sample files which OWA installs run on typically
port 9999 or 8888 (for dba/admin) depending upon your OS. You will have to configure
1. A listener at a port you choose.
2. Configure the PL/SQL agent and create a DCD (data connect descriptor) which

    shall map to a user's schema
3. Configure the WRB.
4. For the DCD it may look something like:

        http://hostname/help_owa/owa/procedure_name 5. Try creating/modifying the procedures/function installed in the schema of the user

    who is acting as administrator (port 9999/8888). If you have a schema browser

    you will see the procedures immediately.

I would do everything first from the web pages and then tweak the files at the OS level.

Let me know,

Raman Batra, rrbatra_at_feist.com

Karl Friberg wrote:
>
> Hello,
> Trying to use IIS as http-server and OWA (2.1) to connect to Oracle 7.3 on
> NT 4.0.
> How should I configure the WRB and IIS http-server to get it to work. Let's
> say my owa_service is called "help".
> There seems to be 4 files to edit in the \ORANT\OWS21\Admin directory:
> - Svw3svc.app
> - owa.cfg
> - owl.cfg
> - Ows.iis
> I've tried to look thru all and tried to figure out how to configure the
> IIS itself, but when trying:
>
> http://localhost/help/owa/procedure_name
> the message "HTTP/1.0 404 Object Not Found" is shown
> Anyone?
> Regards,
> Karl, Stockholm
Received on Sat Apr 26 1997 - 00:00:00 CDT

Original text of this message

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