weblogic11g - WebLogic Admin server changes not persisting across restarts -


A startAdmin.sh server script that is used to start the administration server is finally written with the following lines Was:

  DATE = / usr / bin / date +% d / usr / bin / cp -pr / opt / bea / user_projects / domain / domain / server / admin / opt / bea / User_projects / domain / domain / server / admin.BCk. $ {DATE} / usr / bin / rm -rf / opt / bea / user_projects / domain / domain / server / admin / * $ {DOMAIN_HOME} /bin/startWebLogic.sh & gt; & Gt; $ {INSTANCE_LOGS} 2 & gt; And 1 & amp;  

This creates a backup of the existing administrator server, then removes the contents of the current instance. My problem is that when I create users and groups, each restarts overwrite with the default settings, as everything else happens with.
Can you all give me advice that the content of the admin server is being copied back? Is it in startWebLogic.sh? If so, do I see the order or configuration tag?

Thank you in advance

You domain \ server \ admin Folder should not be removed. You may remove the tmp / stage / cache folder in the admin folder, but you should not delete others like the Data folder. For example, embedded ldap data is stored under data \ Ldap \ ldapfiles stores data for all internal users / groups, if they are not, attempts to load weblogic default settings.

LAN

Why lost your users / groups after each restart.

Comments