WASdev / ci.docker.websphere-traditional

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

not able to access was console using 9043 #91

Closed kusumat closed 5 years ago

kusumat commented 6 years ago

Ran docker container with docker run --name test -h test -e UPDATE_HOSTNAME=true -p 9043:9043 -p 9443:9443 -d \ ibmcom/websphere-traditional:9.0.0.7-profile

But i am unable to connect to console with 9043. But i am able to ping and telnet . Is there any explicit setting do i need to take care

YuLimin commented 6 years ago
  1. You should use https:// NOT http for access WAS admin console.

  2. and you can run "docker logs test" to find what's the exception on SystemOut.log

  3. try to login test WAS instance to find more logs issued by "docker exec -it test bash" command. cd /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/logs ......

arturdzm commented 5 years ago

Console should be accessible at https://localhost:9043/ibm/console

Closing. Re-open if needed