Re: Configuring Forms 6i

From: andi <andi_at_a.com>
Date: Mon, 2 Dec 2002 17:18:42 +0800
Message-ID: <asf6pv$dgg$1_at_mawar.singnet.com.sg>


Hi,
You don't need directly edit the httpd.conf

Put at the last line of httpd.conf below statement: (make your changes to reflect your drive/folder name) if it does not exist.

include "e:\ORACLE\iSuites\Apache\Apache\conf\oracle_apache.conf"

Then in the same folder as httpd.conf. create one text file named oracle_apache.conf if it does not exist.

Put below statements inside your oracle_apache.conf include "e:\ORACLE\iSuites\Apache\Apache\conf\6iserver.conf"

then the last thing
create one text file named 6iserver.conf which contains below statements:

# Required virtual paths for Forms and Reports components

Alias /webcache/    "h:\oracle\dev6i\reports60\server\cache/"
Alias /dev60html/   "h:\oracle\dev6i\tools\web60\html/"
Alias /forms60java/ "h:\oracle\dev6i\forms60/java/"
Alias /jinitiator/  "h:\oracle\dev6i\jinit/"
Alias /dev60temp/   "h:\oracle\dev6i\tools\web60\temp/"
Alias /images/ "h:\oracle\dev6i\webdb\images/"

#Required virtual paths for Forms and Reports Demo

Alias /rep60demo/ "h:\oracle\dev6i\tools\devdem60\demo\reports/"
Alias /forms60demo/ "h:\oracle\dev6i\tools\devdem60\web/"
Alias /web_qt/ "h:\oracle\dev6i\tools\doc60\us/

AddType video/avi        .avi

AddType video/x-msvideo .avi
AddType video/msvideo .avi

ScriptAlias /dev60cgi/ "h:\oracle\dev6i\tools\web60\cgi/"

-Andi

"Dick Barton" <dickbarton_at_brixworth38.freeserve.co.uk> wrote in message news:as7u7p$oi4$1_at_newsg1.svr.pol.co.uk...
> Ninja
> Thanks for a reply.. I may be a bit thick but what does 'bounce it' mean.
> Secondly, I have not played about with the httpd.conf file as its 42kb
size
> is a bit daunting.
> Are you suggesting I add an ALIAS for \jinitiator using the ALIAS syntax I
> see can be used in that file?
> THX
> DickB
>
> "NinjaToy" <LCIYQBBEQVFA_at_spammotel.com> wrote in message
> news:3DE5EF69.B52AC52A_at_spammotel.com...
> > The virtual path is an 'alias' in your web server to
> > point at a physical directory on your drive.
> >
> > ie. www.webserver.com/jinitiator/
> > you set up jinitiator directory to be
> > F:\downloads\jinitiator\
> >
> > If you are using apache you edit this in your httpd.conf
> > file and bounce it.
> >
> > I think oracle's own webserver has a variation on this.
> >
> > Dick Barton wrote:
> >
> > > After installing Developer 6i the Configuration Information file
> > > asks me to create several 'Virtual Paths' eg
> > >
> > > [ACTION] Please configure the following virtual path with your
> > > web listener: /jinitiator for physical directory
F:\oracle\orant\JINIT.
> > >
> > > What does oracle mean by a 'virtual path' and how do I do it?
> > >
> > > I am using both Win98 and Win2000
> > >
> > > --
> > > Dick Barton
> >
> > --
> > Suzuki SV650S - plop. Gone.
> > Kwak ZX-6R J2 - hear the roar
> > Subaru Impreza Turbo - geezermobile. Gone.
> > Mini Cooper - vorsprung
> > Marin East Peak FS - boiing
> >
> >
>
>
Received on Mon Dec 02 2002 - 10:18:42 CET

Original text of this message