Skip to content

Conversation

mriccell
Copy link
Member

@mriccell mriccell commented Jun 28, 2018

Changes to secure Admin username/password

@rosemarymarano @Djelibeybi @TheFrogPad

@mriccell mriccell requested a review from Djelibeybi June 28, 2018 23:35
@TheFrogPad
Copy link
Member

Hi @mriccell , the changes look good and are consistent with that resolution to the issue. -Craig

Copy link
Contributor

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

All minor tidbits. README looks good.

## Building the Oracle WebLogic Server Docker image
To try a sample of a WebLogic Server image with a base domain configured, follow the steps below:
### Running a Single Server Domain from the image
The WebLogic Server install image (built above) allows you to run a container with a single WebLogic server domain. This makes it extreemly simple to deploy applications and any resource the application might need.
Copy link
Contributor

Choose a reason for hiding this comment

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

typo "extremely"


1. To build the `12.2.1.3`image, from `dockerfiles`, call:
#### Providing Admin server Usernasme and Password
The username and password must be supplied in a domain.properties file located in a HOST directory that you will map at Docker run time with a -v option. The properties file enables the scripts to configure the correct authentication for the WebLogic Admin server.
Copy link
Contributor

Choose a reason for hiding this comment

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

WebLogic Administration Server

This returns the IP address of the container (for example, `xxx.xx.x.x`). Go to your browser and enter `http://xxx.xx.x.x:7001/console`
$ docker inspect --format '{{.NetworkSettings.IPAddress}}' <container-name>

Go to your browser and enter `https://xxx.xx.x.x:9002/console` your browser will request for you to accept Security Exception. To avoid the Security Exception you must update the WebLogic server SSL configuration with a custom identity certificate.
Copy link
Contributor

Choose a reason for hiding this comment

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

...enter https://xxx.xx.x.x:9002/console. Your browser will request for you to accept the Security Exception.

@Djelibeybi Djelibeybi merged commit 4056177 into oracle:master Jul 2, 2018
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