Sunday 24 April 2016

How to change the domain path of integrated web logic server

This blog we will see how to change the domain path of integrated weblogic server while working in jDeveloper.
While working with Oracle jDeveloper the default path of domain will be in C drive inside appdata folder, but sometimes C drive will be full and we need to create the domain in other drives.

To create the domain in other driver we need to follow the below steps
1. Right click on My Computer and select properties
2. Now you can create a system variable or user variable.
3. Click on New and give the variable name as “JDEV_USER_HOME” and mention the path where you want to create domain.
4. Now start your jDeveoper and start the integrated weblogic server and the domain will create the mentioned path.

Thanks..

No comments:

Post a Comment