Skip to content

Commit 6908370

Browse files
authored
Change AS port for consistency
1 parent 7552532 commit 6908370

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

OracleWebLogic/dockerfiles/12.2.1.1/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The image **oracle/weblogic:12.2.1.1-developer** will configure a **base_domain*
4949
* Oracle Linux Username: `oracle`
5050
* Oracle Linux Password: `welcome1`
5151
* WebLogic Server Domain Name: `base_domain`
52-
* Admin Server on port: `8001`
52+
* Admin Server on port: `7001`
5353
* Production Mode: `developer`
5454

5555
**IMPORTANT:** If you intend to run these images in production you must change the Production Mode to production.
@@ -61,7 +61,9 @@ On the first startup of the container a random password will be generated for th
6161

6262
`Oracle WebLogic Server auto generated Admin password:`
6363

64-
If you need to find the password at a later time, grep for "password" in the Docker logs generated during the startup of the container.
64+
If you need to find the password at a later time, grep for "password" in the Docker logs generated during the startup of the container. To look at the Docker Container logs run:
65+
66+
$ docker logs --details <Container-id>
6567

6668
### Write your own Oracle WebLogic Server domain with WLST
6769
The best way to create your own, or extend domains is by using [WebLogic Scripting Tool](https://docs.oracle.com/middleware/1221/cross/wlsttasks.htm). You can find an example of a WLST script to create domains at [create-wls-domain.py](dockerfiles/12.2.1.1/container-scripts/create-wls-domain.py). You may want to tune this script with your own setup to create DataSources and Connection pools, Security Realms, deploy artifacts, and so on. You can also extend images and override an existing domain, or create a new one with WLST.
@@ -84,7 +86,7 @@ To try a sample of a WebLogic Server image with a base domain configured, follow
8486
4. Run the administration console
8587

8688
$ docker inspect --format '{{.NewworkSettings.IPAddress}}' <container-name>
87-
This returns the IPAddress (example xxx.xx.x.x) of the container. Got to your browser and enter http://xxx.xx.x.x:8001/console
89+
This returns the IPAddress (example xxx.xx.x.x) of the container. Got to your browser and enter http://xxx.xx.x.x:7001/console
8890
8991

9092
## Choose your Oracle WebLogic Server Distribution

0 commit comments

Comments
 (0)