Install Enterprise Manager (EM) in JDeveloper Integrated Weblogic Server at localhost


To install Enterprise Manager (EM) in already installed JDeveloper Integrated Weblogic Server locally, follow these steps:



  • Unzip the file and go to folder as per your version of windows under Disk1 Folder

  • Run the setup and enter the JDK or JRE location without any qoutes and complete the installation.

  • Once installation is complete, open the quick start of jDeveloper from Start Menu and choose "Configure Domains for Oracle ADF" 

  • Now choose the option "Extend an existing Weblogic Domain"

  • Now choose the location of DefaultDomain. You may need to unhide the AppData folder as by default its hidden. Usually its present at below location:
C:\Users\<UserName>\AppData\Roaming\JDeveloper\system11.1.1.7.40.64.93


  • Select the Enterprise Manager and click Next button

  • Click next button without choosing any option

  • Click the Extend button and your domain will be extended

  • You can access the Enterprise Manager (EM) after running the integrated weblogic server at http://localhost:7101/em with weblogic as username and welcome1 as password
Note: Please use correct port and password as per your configuration of integrated weblogic server.

Comments