Skip to content

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

Merged
merged 7 commits into from
Aug 14, 2019

Conversation

ddsharpe
Copy link
Member

Add WDT commands, update and deploy, to Image Tool Update

Copy link
Member

@rosemarymarano rosemarymarano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor edits.

@@ -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`
Copy link
Member

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.)

* 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, ...)
Copy link
Member

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
Copy link
Member

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.
Copy link
Member

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

@ddsharpe ddsharpe merged commit 59d1eaf into master Aug 14, 2019
@ddsharpe ddsharpe deleted the derek-wdt-update-domain branch August 14, 2019 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants