05 Deployment FMX FMB in Weblogic
05 Deployment FMX FMB in Weblogic
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
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.