-
Notifications
You must be signed in to change notification settings - Fork 25
Enhance Update operation with additional WDT operations #64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor edits.
site/update-image.md
Outdated
@@ -1,7 +1,15 @@ | |||
# Update Image | |||
|
|||
Use the `update` command to apply patches to an existing WebLogic Docker image. The required options for the command | |||
are marked with an asterisk (*). The password can be provided in one of the three ways: | |||
Once you have created a Docker image with the Image Tool, you may want to change it from time to time. The `update` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once -> After (once – do not use to mean after; use only to mean less than twice.)
site/update-image.md
Outdated
* Apply the latest PSU from Oracle | ||
* Create a new WebLogic domain (if one did not already exist) | ||
* Deploy a new application to an existing domain | ||
* Modify the domain configuration (add a datasource, change a port number, ...) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
datasource -> data source (Two words.)
|
||
# | ||
# Default level for everything is INFO, you can override the level in each logger or raise the default level for all | ||
# loggers. Note: if you set .LEVEL=ALL, it will enable everything from every loggers used by the tool including other | ||
# any packages used by the tool. | ||
# | ||
|
||
com.oracle.weblogic.imagetool.level=INFO | ||
com.oracle.weblogic.imagetool.level=FINEST |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't logging level be INFO, according to the comment?
/** | ||
* Set the desired WDT Operation to use during update. | ||
* | ||
* @param value CREATE or UPDATE. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update javadoc @param to include DEPLOY command/operation
Add WDT commands, update and deploy, to Image Tool Update