Skip to content

Instantly share code, notes, and snippets.

@garystafford
Created October 25, 2013 00:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/7147553 to your computer and use it in GitHub Desktop.
Save garystafford/7147553 to your computer and use it in GitHub Desktop.
Java properties file containing WebLogic Server properties, from blog post 'Build a Continuous Deployment System with Maven, Hudson, WebLogic Server, and JUnit': http://wp.me/p1RD28-HV.
# weblogic-maven-plugin configuration values for Oracle VM environment
wls.adminurl=t3://192.168.1.88:7031
wls.user=weblogic
wls.password=welcome1
wls.upload=true
wls.remote=false
wls.verbose=true
wls.middlewareHome=/labs/wls1211
wls.name=HelloWorldMaven
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment