On Wed, 8 Jan 2003 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] (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).
