-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port 9080 applications #228
Comments
Are you mapping the ports when you do docker run? From the main README:
|
Usually WebSphere uses four different ports in its deployment by default, 9043, 9060, 9080 and 9443. Extending @BradleyMayo answer, full bind will be... docker run --name was-server -h was-server -p 9043:9043 -p 9060:9060 -p 9080:9080 -p 9443:9443 -d \
websphere-traditional:latest Few tips to note for those new to docker...
|
@cezarsg this is not an issue, try the responses above and close the issue |
@cezarsg any update? @BradleyMayo this is not an issue, please review and close |
I cant acesss deployed applications at port 9080. How should it work? Look like this port is not exposed ou is it another port??
The text was updated successfully, but these errors were encountered: