WASdev / ci.docker.websphere-traditional

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

Admin console not working for profile or install images? #77

Closed trmiller closed 6 years ago

trmiller commented 6 years ago

I'm following the documentation here for running the web sphere container, however I'm not seeing the admin console come up. Wondering if I'm doing something wrong, or if the docs are missing something?

Running on Windows 7, using docker toolbox.

Steps:

I'm getting Connection Refused errors. I have tried running with -e UPDATE_HOSTNAME=true and using the $(docker-machine ip) instead of localhost, but not having any success.

What am I doing wrong?

davidcurrie commented 6 years ago

If you're using Docker toolbox then you can't use localhost. You need to us the IP address allocated to the VM which can be retrieved via docker-machine ip.

trmiller commented 6 years ago

I have been trying that as well with the same results, sorry if that wasn't clear above.

erikrs92 commented 6 years ago

man , you need open port 9043 in your docker. The same thing happened to me, but using Toolkit I did this, look this.

imagewas

after save your server will restart automatic. and i'm login in : https://192.168.99.100:9043/ibm/console/logon.jsp

192.168.99.100 (is my machine-ip)

arthurdm commented 6 years ago

@trmiller - have you tried the approach above?

arthurdm commented 6 years ago

Closing this - if the issue is still there please let us know.