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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: 9iAS Release2

Re: 9iAS Release2

From: Jeff Herrick <jherrick_at_igs.net>
Date: Wed, 08 Jan 2003 16:23:40 -0800
Message-ID: <F001.0052AE0A.20030108162340@fatcity.com>

On Wed, 8 Jan 2003 Charlie_Mengler_at_HomeDepot.com wrote:

[snip]
>
> What do I have to do to get a single code base to successfully
> run in all three (Dev., Q/A, & Prod) environments (WITHOUT
> any changes to the code)?
>

Charlie,

This doesn't answer your question directly because it involves code changes _but_ what I do is pass 2 parameters into the f90servlet (using a custom config section) otherparms item that are picked up as globals within the form. One parameter is the webserver_url the other is the report server name. This limits the change to one file (formsweb.cfg) and also allows me to switch over to SSL by changing the protocol on the webserver variable.

Something to think about....I suppose if you want to do it completely without code changes you could do it by setting up 3 separate networks and using the same hostname within each network. If you isolate each DNS from each other and use host files on the client to resolve each host then it _might_ work =8-0 but YMMV

Cheers

Jeff Herrick

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jeff Herrick
  INET: jherrick_at_igs.net

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Wed Jan 08 2003 - 18:23:40 CST

Original text of this message

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