Which two actions are always necessary when deploying Forms applications that were developed on Windows platform to a UNIX middle tier server?

Which two actions are always necessary when deploying Forms applications that were developed
on Windows platform to a UNIX middle tier server?

Which two actions are always necessary when deploying Forms applications that were developed
on Windows platform to a UNIX middle tier server?

A.
moving the forms executable files from the development machine to the middle-tier machine

B.
compiling the Forms modules on the middle tier machine

C.
creating a menu module for the application

D.
compiling the Forms modules on the development machine

E.
moving the Forms source files from the development machine to the middle tier machine

F.
creating a Forms PL/SQL library file to containthe application logic

G.
installing forms Builder on the middle-tier machine

Explanation:
Once you have created your application in Forms Developer, you are ready for
application Web deployment. Oracle Forms Services accesses an application in Oracle
Fusion Middleware through a specified URL. The URL then accesses the HTTP
Listener, which communicates with the Listener Servlet. The Listener Servlet starts a Forms runtime process (frmweb.exe on Windows or frmweb on UNIX and Linux)
for each Forms Services session.

Note:
To deploy a basic form with the default parameters set up by the installer:
1. Create your application in Forms Developer and save it.
The .fmb file is a design time file that can only be opened in Forms Developer. The
fmx file is the run-time file created when you compile the .fmb and is used for
Web deployment.
2. Modify the formsweb.cfg file so that Oracle Forms Services can access your
application module.
3. Make sure the .fmx file location is specified in the FORMS_PATH environment
variable.
4. To modify an environment file, select the file in the Environment Configuration
page of Fusion Middleware Control and add or edit environment variables as
needed by your application
5. Enter the name of your application in the URL as shown:
http://example.com:8888/forms/frmservlet?
where “example” is the hostname of your computer and “8888” is the port used by
your HTTP Listener.
Once you have created a configuration section, add “config=” and the name of the
configuration section. In this example, the URL to access hrapp.fmx is:
http://example.com:8888/forms/frmservlet?config=my_
application



Leave a Reply 2

Your email address will not be published. Required fields are marked *


thajba

thajba

answer B,E

Padmanabhan

Padmanabhan

Answer B,E