How to configure Apache Web Server for running D2K Forms [message #307914] |
Thu, 20 March 2008 06:02 |
pushpendra.tomar
Messages: 11 Registered: January 2007 Location: Hyderabad
|
Junior Member |
|
|
Hi Techies,
I have installed Forms Server6i Rel2 and Oracle AS 10g(10.1.3.1) on my Windows XP PC.
I have also installed Jinitiater bundled with forms6i_rel2 pack.
After doing so I tried to run the test.fmx form with the following details:
Web Host : localhost
Web Port : 7777 (As HTTP server on my pc is running at this
port number)
It opened a new page and stopped at "HTTP 404 - File not found"
error.
Apart from running this test.fmx form I have to deploy D2K forms on web.
Hence I referred Forms Server Release 6i guide for help, it is talking about configuring web server by creating five virtual paths.
/forms60java/ <ORACLE_HOME>\forms60\java\
/dev60html/ <ORACLE_HOME>\tools\web60\html\
/dev60cgi/ <ORACLE_HOME>\tools\web60\cgi\
/jinitiator/ <ORACLE_HOME>\jinit\
/dev60temp/ <ORACLE_HOME>\tools\web60\temp\
Now I don't know at which place or in which file I should create these virtual paths.
Should it be in <formsweb.cfg> file located at <ORACLE_HOME>\FORMS60\server\formsweb.cfg
Or somewhere in <httpd.conf> file located at
<ORACLE_AS_HOME>\Apache\Apache\conf\httpd.conf
Apart from these if there are any other configurations need to be done then please let me know.
It would be a great help to me if someone can look into the issue.
Thanks,
Pushpendra
|
|
|