Skip to content

Instantly share code, notes, and snippets.

@laszlocsontos
Created April 26, 2013 15:26
Show Gist options
  • Save laszlocsontos/5468103 to your computer and use it in GitHub Desktop.
Save laszlocsontos/5468103 to your computer and use it in GitHub Desktop.
Create a Weblogic domain
java -Xms1024m -Xmx2048m -XX:MaxPermSize=512m \
-Dweblogic.management.allowClearTextPasswords=true \
-Dweblogic.management.GenerateDefaultConfig=true \
-Dweblogic.management.username=weblogic \
-Dweblogic.management.password=weblogic1 \
weblogic.Server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment