How to Configure Oracle Forms12c - Part 1
==========================================
Step -1 (How to Set username and password in (boot.properties) using (cmd command))
=======
(Before Submit This Path Carefully Check In This Path Same to with Your Directory
Path)
(run as administrator by (cmd command)
(Then Past The Under Path In Your (cmd command) Then Enter
Default
Path:------------------------------------------------------------------------------
----------
MKDIR C:\Oracle\Middleware\user_projects\domains\base_domain\servers\AdminServer\
security
echo username=YOUR_WEBLOGIC_USERNAME> C:\Oracle\Middleware\user_projects\domains\
base_domain\servers\AdminServer\security\boot.properties
echo password=YOUR_WEBLOGIC_PASSWORD>> C:\Oracle\Middleware\user_projects\domains\
base_domain\servers\AdminServer\security\boot.properties
MKDIR C:\Oracle\Middleware\user_projects\domains\base_domain\servers\WLS_FORMS\
security
echo username=YOUR_WEBLOGIC_USERNAME>> C:\Oracle\Middleware\user_projects\domains\
base_domain\servers\WLS_FORMS\security\boot.properties
echo password=YOUR_WEBLOGIC_PASSWORD>> C:\Oracle\Middleware\user_projects\domains\
base_domain\servers\WLS_FORMS\security\boot.properties
===================================================================================
=============================================
Step -2 (How to Run Forms Builder using (cmd command))
=======
startWebLogic.cmd
startNodeManager.cmd
for Start forms submit under url by using (cmd command)
cd C:\Oracle\Middleware\user_projects\domains\base_domain\bin then Enter
startManagedWebLogic.cmd WLS_FORMS then Enter
===================================================================================
=============================================
Step -3 (How to Configure Forms by Edit the file : (forms.conf))
=======
Got to C:\Oracle\Middleware\forms\templates\config Than Open (forms.conf) then
past the under code in the last of page.
-----------------------------------------------------------------------------------
-
Configure Forms:--------
<Location /forms>
SetHandler weblogic-handler
WebLogicHost localhost
WeblogicPort 9001
</Location>
-----------------------------------------------------------------------------------
--
Then copy the (forms.conf) file and go to the under url
C:\Oracle\Middleware\user_projects\domains\base_domain\config\fmwconfig\components\
OHS\instances\ohs1\moduleconf
then past the (forms.conf) in (moduleconf) folder.
===================================================================================
=============================================