WASdev / ci.docker.websphere-traditional

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

start the app server after federating for the first time #55

Closed kevinpauli closed 7 years ago

kevinpauli commented 7 years ago

I noticed that previously I would always have to go to the console and manually start the app server after running the app server container for the first time. However, if I then do a docker stop followed by a docker start on the app server container, it would start the server for me (as evidenced by the green check mark in the admin console).

So this change just makes the behavior consistent. When you start the docker container for an app server, whether it is the first time or a subsequent time, it always starts the server for you.

kevinpauli commented 7 years ago

I think maybe I don't understand websphere federation very well

davidcurrie commented 7 years ago

If you want a chat about what you're trying to do then let me know.