##################################################################################################################
## 
##  This README file is only in reference to the updation of existing domain for adding the ReadAuditQueue.
##  Instructions for updating the DOMAIN domain with the ReadAutiQueue using the script appendReadAuditQueue.py
##  Please run the appendReadAuditQueue.py script only if there is no ReadAuditQueue in the weblogic console.
##
##################################################################################################################

1) Add [WEBLOGIC_HOME]/common/bin to PATH environment variable.

	- This is to add the wlst.cmd to your path to make 
          executing the scripts easier.

2) Stop the server . 

        - Make sure that the server is not running i.e the server is shutdown.

        - ([BEA_HOME]/user_projects/domains/DOMAIN) has to be present for this script to be run. Do not delete this folder/domain.

4) Execute the script

	# From [CDSN_HOME]/environments/weblogic/scripts
	prompt> wlst appendReadAuditQueue.py your.sandbox.properties  

	- Once you have run this script the ReadAuditQueue will get added to the Logger Module in the already existing server domain.

5) Restart DOMAIN Weblogic server.      
