################################################################
## 
##  Instructions for Creating CDS2 DEV domain using WLST script
##
################################################################ 

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 and then Delete existing DOMAIN Weblogic domain ([BEA_HOME]/user_projects/domains/DOMAIN). 

	- Once you have ran this script, you don't have to delete the domain any more to update it. 
          The reason that you had to delete it in the first place was to insure that all objects
          in the server were named as the script expects them to be named.

3) Update your sandbox properties file to include the following
   entries:

 	cds.appserver.domaindir=c:/data/bea/user_projects/domains/DOMAIN
    cds.appserver.domainname=DOMAIN
    cds.appserver.target.server=REDACTED
	cds.appserver.target.port=PORT
    cds.appserver.admin.port=PORT
    cds.appserver.target.server.startupargs=-Xms1024m -Xmx1024m -Dcds.jndi.provider.url=t3://localhost:PORT

	# Make sure that you change the port to the appropriate value for your system.

4) Execute the script

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

5) RestartDOMAIN Weblogic server.





