WASdev / ci.docker.websphere-traditional

Dockerfiles for WebSphere Application Server traditional
Apache License 2.0
170 stars 190 forks source link

Websphere password generation error #239

Open pakivette5 opened 3 years ago

pakivette5 commented 3 years ago

I am unable to generate password when installing websphere 8.5.5.18 for the webamin id

docker exec was-server cat /tmp/PASSWORD

hoangnguyent commented 2 years ago

After the Doker Container running, you should wait for about 10s then check the password. It may take several times to appear. You can indicate your password by mounting your file that contains your password to the Docker. For example, my password is "mypass": -v /home/project/mypass/PASSWORD:/tmp/PASSWORD In the PASSWORD file, I also end "mypass" with a new line. Then I can login to Admin Console by wsadmin/mypass to config and start application. Goodluck