You are on page 1of 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 mojtaba@mojtabanow.info www.mojtabanow.info

You might also like