Functionalities & Features

Automatic activation of the profile

A profile template is delivered with DMK. Follow the instructions to configure DMK sourcing at login time.

Linux/Unix login-Shell profile

Depending on your SHELL the profile file can be called “.profile” or “.bash_profile”.

cat ${DMK_HOME}/templates/profile/dmk.weblogic.profile >> ~/.bash_profile
cat ${DMK_HOME}/templates/profile/dmk.weblogic.bashrc >> ~/.bashrc

Alias & Variable Management : ${DMK_HOME}/etc/dmk.conf

The dmk.conf file is split in two sections: GLOBAL and WLS_DOMAIN.

All these steps match to a section from the “${DMK_HOME}/etc/dmk.conf” file. Which are defined by brackets “[…]”, example follows:

The WebLogic section {WLS_DOMAIN] is set specially for the WebLogic Domains environment. If aliases or variables overwrite a defined one from any other section it will be re-initialized by switching to next environment.

Last updated