You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OracleWebLogic/dockerfiles/12.2.1.1/README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ The image **oracle/weblogic:12.2.1.1-developer** will configure a **base_domain*
49
49
* Oracle Linux Username: `oracle`
50
50
* Oracle Linux Password: `welcome1`
51
51
* WebLogic Server Domain Name: `base_domain`
52
-
* Admin Server on port: `8001`
52
+
* Admin Server on port: `7001`
53
53
* Production Mode: `developer`
54
54
55
55
**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
61
61
62
62
`Oracle WebLogic Server auto generated Admin password:`
63
63
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>
65
67
66
68
### Write your own Oracle WebLogic Server domain with WLST
67
69
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
0 commit comments