0% found this document useful (0 votes)
26 views2 pages

How To Configure Oracle Forms12c - Part 1

This document provides a step-by-step guide on configuring Oracle Forms12c, including setting the username and password in the boot.properties file, running Forms Builder, and editing the forms.conf file for configuration. It outlines the necessary command line instructions and file paths required for the setup. The document emphasizes careful attention to directory paths during the configuration process.

Uploaded by

45chandrajeet
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views2 pages

How To Configure Oracle Forms12c - Part 1

This document provides a step-by-step guide on configuring Oracle Forms12c, including setting the username and password in the boot.properties file, running Forms Builder, and editing the forms.conf file for configuration. It outlines the necessary command line instructions and file paths required for the setup. The document emphasizes careful attention to directory paths during the configuration process.

Uploaded by

45chandrajeet
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

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.
===================================================================================
=============================================

You might also like