0% found this document useful (0 votes)
163 views

05 Deployment FMX FMB in Weblogic

This document provides instructions for deploying a Forms application on WebLogic. The steps include: 1. Preparing the application and placing it in a WebLogic folder. 2. Accessing Enterprise Manager and creating a new section for the application, specifying the form path, username, password, and other configuration details. 3. Committing the changes to deploy the application, which can then be accessed via a URL including the section name. The document also provides the option to directly edit the formsweb.cfg file to add application details instead of using Enterprise Manager.

Uploaded by

Mgo Master
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
163 views

05 Deployment FMX FMB in Weblogic

This document provides instructions for deploying a Forms application on WebLogic. The steps include: 1. Preparing the application and placing it in a WebLogic folder. 2. Accessing Enterprise Manager and creating a new section for the application, specifying the form path, username, password, and other configuration details. 3. Committing the changes to deploy the application, which can then be accessed via a URL including the section name. The document also provides the option to directly edit the formsweb.cfg file to add application details instead of using Enterprise Manager.

Uploaded by

Mgo Master
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Deployments

Deployment Steps : 1- Prepare your Application (Put it in a Folder in Weblogic) 2- Access your Enterprise Manager by:

http://pcname:7001/em
3- Go to Form Section & from the right panel choose Web Configuration

4- add new Section (better Name it as your Application name) 5- in the new Section add your form path like : form=c:\apps\system\log.fmx
6- add you user name and password for database & change form hight and Width to 100% if you like. 7- Go to plugin Section and remove java version to allow your application to Work with any possible java version. 8- Commit your modification (Save changes). 9- now you can call your application using: http://pcname:8888/forms/frmservlet?config=section_name Where Section_name is your application name in formsweb.cfg file

Enterprise Manager : http://pcname:7001/em

Creating application Section :

Modify your web configuration :

6 1

2 3 4 5

10 - Also you can edit the formsweb.cfg file directly and adding your appication Details like:

[test_application]
Form=c:\path\app\form.fmx userid=hr/hr@orcl You can find The file in bellow path: C:\Oracle\Middleware\user_projects\domains\ClassicDomain\config\fmwconfig \servers\WLS_FORMS\applications\formsapp_11.1.2\config You can change the path as your installation.

Prepared By : Mojtaba Eltayeb [email protected] www.mojtabanow.info

You might also like