Structure

This chapter presents the structure of DMK.

DMK Directory structure

Prompt customization

A well designed prompt heightens WebLogic Administrators efficiency on all UNIX platforms is provided and can be customized. One of the most known advantages is to always see which WebLogic Domain is currently administrated

weblogic@:/u01/app/weblogic/local/dmk/ [wlsdomain]

The customization takes directly place from the ${DMK_HOME}/etc/dmk.conf file

var::PS1::=::nowarn::'${LOGNAME}@${HostName}:${PWD}/ [${WEBLOGIC_DOMAIN}]'::

Last updated