WASdev / ci.docker.websphere-traditional

Dockerfiles for WebSphere Application Server traditional
Apache License 2.0
171 stars 192 forks source link

Invalid username and password in WAS admin console #187

Closed akrachakonda closed 4 years ago

akrachakonda commented 4 years ago

Pull the docker websphere-traditional image and ranned it. Extracted the password from /tmp/PASSWORD file Started the container and WAS console is up But when i keyin the wsadmin and password --> shows invalid user and password

ghost commented 4 years ago

I ran docker run -i -t --name was-server -h was-server -p 9043:9043 -p 9443:9443 -d ibmcom/websphere-traditional:latest then docker exec was-server cat /tmp/PASSWORD EYCXpKxE

https://localhost:9043/ibm/console/logon.jsp Username : wsadmin Password : EYCXpKxE

akrachakonda commented 4 years ago

Thanks. It works.