All public logs
Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:43, 10 October 2023 Ebasso talk contribs created page WAS: Running WebSphere Application Server as Container (Created page with "= Running DB2 as Container = Create db2data directory # mkdir -p /opt/was/config /opt/was/app Pull images podman pull icr.io/appcafe/websphere-traditional:latest Running Db2 podman run -d --name mywassrv -h was-server -p 9043:9043 -p 9443:9443 \ -v /opt/was/config:/etc/websphere websphere-traditional:latest Cheking Logs podman logs -f mywassrv = Login in WAS Console == First get password podman exec mywassrv cat /tmp/PASSWORD Now access in browser...")