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: wrb.app file format for ows 3.x?

Re: wrb.app file format for ows 3.x?

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: 1998/09/07
Message-ID: <35fe1e72.7893770@192.86.155.100>#1/1

A copy of this was sent to Stephen Mulcahy <smulcahy_at_smsat.ilo.dec.com> (if that email address didn't require changing) On 7 Sep 1998 17:20:24 GMT, you wrote:

>Hi,
>
>I was wondering if anyone has details of the format of the wrb.app file
>used by Oracle Webserver 3.x . I know Oracle recommend you use the various
>administration forms to generate this and the listener config files but
>we need to store the config files in a revision control system and
>hand-rolling them gives us more freedom in this respect (besides, coming
>from a unix background, I'm quite happy knowing all the gory details
>of a configuration file rather than hiding them behind nice gui's).
>
>I have come across a pdf file from oracle detailing the format of the
>listener config file .. has anyone come across a similar one for the
>wrb.app? Any assistance on this one appreciated.
>
>-stephen

the wrb.app file format is just like the old win3.1 .ini file format. Its simply:

[Application defined Section Name]
variable_name = variable_value
variable_name = variable_value
; this is a comment
variable_name = variable_value

The contents and name of each section is very application specific and the only supported mechanism to set/change them is to use the gui applications. As the application server lets you plug cartridges into it at will -- the sections/contents of these sections will change (each application will typically add sections to this file).  

Thomas Kyte
tkyte_at_us.oracle.com
Oracle Government
Herndon VA

--
http://govt.us.oracle.com/    -- downloadable utilities
 
----------------------------------------------------------------------------
Opinions are mine and do not necessarily reflect those of Oracle Corporation
 
Anti-Anti Spam Msg: if you want an answer emailed to you, 
you have to make it easy to get email to you.  Any bounced
email will be treated the same way i treat SPAM-- I delete it.
Received on Mon Sep 07 1998 - 00:00:00 CDT

Original text of this message

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