Skip to content

Instantly share code, notes, and snippets.

@meg23
Created September 14, 2017 17:40
Show Gist options
  • Save meg23/78c307c3ac4ab403758b487ef21268c6 to your computer and use it in GitHub Desktop.
Save meg23/78c307c3ac4ab403758b487ef21268c6 to your computer and use it in GitHub Desktop.
#!/bin/bash
export MW_HOME=/opt/Oracle/weblogic/wls12130
. $MW_HOME/wlserver/server/bin/setWLSEnv.sh
java -Dweblogic.management.username=weblogic -Dweblogic.management.password=password123@ \
-Dweblogic.Domain=example_domain -Dweblogic.Name=example_domain -Dweblogic.ListenPort=9090 \
-Dweblogic.management.GenerateDefaultConfig=true weblogic.Server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment