################################################################
## 
##  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 DNS      Weblogic domain ([BEA_HOME]/user_projects/domains/DNS     ). 

	- 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/DNS     
    cds.appserver.domainname=DNS     
    cds.appserver.target.server=DNS     .admin
	cds.appserver.target.PORT     
    cds.appserver.admin.PORT     
    cds.appserver.target.server.startupargs=-Xms1024m -Xmx1024m -Dcds.jndi.provider.url=t3://localhost:7000

	# 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) Restart DNS      Weblogic server.





