ducquoc/was9-java8-dq

By ducquoc

Updated about 5 years ago

WebsphereAS 9.0.5.1 traditional, ports 9043 9060 9080 9443 7777, Java 8, Ubuntu 16.04

Image

45

docker run --name was9 -h was9 -v /tmp:/tmp -p 9043:9043 -p 9060:9060 -p 9080:9080 -p 9443:9443 -p 7777:7777 -d ducquoc/was9-java8-dq:9.0.5.1

will start new container and bind it's local ports 7777 and 9xxx to host's 7777 and 9xxx respectively. Read Docker FAQ for details.

docker stop was9
docker start was9
docker logs -f was9

Remote debug port is 7777 , to be enabled inside WAS console, i.e. optional.

https://localhost:9043/ibm/console/
http://localhost:9060/ibm/console/

Console admin user: wsadmin

Console admin passwd: (ask me via email or any known channel)

docker exec -it was9 cat /tmp/PASSWORD

Backlink to blog: https://ducquoc.wordpress.com/2011/02/20/websphere-thin-client/

Docker Pull Command

docker pull ducquoc/was9-java8-dq