Skip to content

Commit

Permalink
Minor changes to README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Dongbo Xiao <dongbo.xiao@oracle.com>
  • Loading branch information
doxiao committed May 17, 2018
1 parent 8aa9c88 commit b2e0682
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OracleWebLogic/samples/12213-webtier-apache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Start an Apache container by calling:

Now you can access the WebLogic Admin Console under **http://localhost/console** (default to port 80) instead of using port 7001. You can access the console from a remote machine using the weblgoic admin server's `<admin-host>` instead of `localhost`.

While it is natural to expose web applications outside a container, exposing administrative features like the Administration Console and a T3 channel for WLST should be given more careful consideration. Similaer to running a domain running in a traditional data center, while running a WebLogic domain in a Docker container, the same kinds of considerations should be taken into account, for example:
While it is natural to expose web applications outside a container, exposing administrative features like the WebLogic Administration Console and a T3 channel for WLST should be given more careful consideration. Similar to running a domain in a traditional data center, the same kind of considerations should be taken into account while running a WebLogic domain in a Docker container, for example:

* Only expose those protocols and ports that need to be exposed.
* Use secure protocols (HTTPS, T3S, and such).
Expand All @@ -65,8 +65,8 @@ While it is natural to expose web applications outside a container, exposing adm
* How will users authenticate?
* Is the network channel encrypted?

Oracle recommends careful consideration before deciding to expose any administrative interfaces externally.
Again, Oracle recommends careful consideration before deciding to expose any administrative interfaces externally.

## Provide Your Own Apache Plugin Configuration
If you want to start the Apache container with some pre-specified `mod_weblogic` configuration:

Expand Down

0 comments on commit b2e0682

Please sign in to comment.