Home » Developer & Programmer » Forms » PLEASE URGENT (SPECIALY HIMANSHU); WEB BASED FORMS
PLEASE URGENT (SPECIALY HIMANSHU); WEB BASED FORMS [message #86286] Fri, 17 September 2004 22:31 Go to next message
SAFHAN GHAURI
Messages: 4
Registered: October 2003
Junior Member
HI,

ME USE ORACLE 8i & DEVELOPER 6i, I WANT TO DEPLOYING FORMS ON THE WEB THROUGH ANY BROWSER, ME TRY TO PRESS RUN FORM WEB IN DEV 6i BUT IT'S NOT FUNCTIONING.

PLEASE HELP ME URGENT.

PLEASE HIMANSHU GIVE UR PERSONAL EMAIL.
MY EMAIL IS (SADGHAURI@YAHOO.COM)

SAFHAN GHAURI.
Re: PLEASE URGENT (SPECIALY HIMANSHU); WEB BASED FORMS [message #86292 is a reply to message #86286] Sun, 19 September 2004 21:45 Go to previous message
Himanshu
Messages: 457
Registered: December 2001
Senior Member
Hi,
Follow the below mentioned steps:

Before you can deploy your Oracle Developer applications on the Web, you must:

1. Install the Oracle Developer Server
Install Forms 6.0 in your local m/c Using Developer 6.0 CD.(For developing and deploying both)
Run regedt32 at command prompt
Select SOFTWARE --> ORACLE create forms60_path
Example Forms60_path= d:forms60 ;d:webforms60

2.Install a Web server.(Preferably the Oracle Web Application Server to take the advantage of Cartridge
model ).
In windows NT environment Peer web server can serve the same purpose. Following steps require to install Peer web server in your local m/c
A. Login your system thru administrator.
B. From your desktop right click on Network Neighbourhood.
C. Select its property.
D. It’ll Show you all the services you already have in your m/c ,Check over it ,If you don’t have Peer web server in this window ,Press ADD
E. Select the Peer web server service ,It’ll ask you to install in your m/c Press OK
F. After the installation of peer web server restart your system thru personal login.

3. Access your Web server by navigating to the appropriate URL (http://<name of your machine or IP address>:<port number of Web Server Admin listener>).
(Default port number is 80 )
For example, point your browser at: http://myserver.com:8888. Or http://myserver.com

4. Create some specific directory in your m/c i.e.
D:WEB
D:WEBWEBHTML
D:WEBWEBTEMP
D:WEBWEBCACHE
D:WEBFORMS60
5.Create virtual directory for web application
Select START -->PROGRAM-->MicroSoft PEER WEB SERVER -->ISM-->DIR
Create following virtual directory over there.
Physical Directory Virtual Direrctory
C:ORANTFORMS60JAVA /FORM60CODE/
D:WEBWEBHTML /WEBHTML/
D:WEBWEBTEMP /WEBTEMP/
C:ORANTFORMS60JAVA /WEBJARS/
D:WEBWEBCACHE /WEBCACHE/

6.Create a base HTML file which contains certain parameter which used to deploy the appliction on web. (For refference ABCD0005.htm) attached with documents.
7.You need to do some modification in html file
Pls change the data base user and passwor name accordingly.
8.Create an NT service in your local m/c.
Run in command prompt
Ifsrv60 -install forms.server60.
It’ll start forms server service in your m/c.
Now you have to go in
CONTROL PANEL-->SERVICES-->FORMS60.SERVER
Click Startup and make it automatic.

9.Create form server some environment variable
Run regedt32 in command prompt
Create following path in ORACLE area
FORMS60_OUTPUT D:WEBWEBTEMP
FORMS60_MAPPING http://myhost.com/webtemp
FORMS60_REPFORMAT HTML
FROMS60_TIMEOUT 15

10. Deploy your applications on your Web server
Just put attached file ABCD005.FMB/FMX in d:webforms60 area.
All the pll ,menu file should be in the same directory as specified in registry.
Put attached ABCD0005.HTM file in d:webwebhtml area
All the icons,gif images which is being used in application should be in d:webwebhtml area.

10.Broadcast your application URLs that’ll be .
Http://myhost.com/webhtml/abcd0005.htm
After giving this URL in web browser wait for a short while.Untill it download the specified file in your system from form server.

HTH
Regards
Himanshu
Previous Topic: forms migration
Next Topic: ORA-06508 Solution for attached Libraries
Goto Forum:
  


Current Time: Sun May 19 08:49:17 CDT 2024