Can we keep the ports opened for a websphere application server running inside a container even if the server is stopped?

83 Views Asked by At

I am trying to remote access(using RAD) a websphere application server which is running inside a container . I am able to see in RAD that the server is started after creating a remote profile for the server in my local . But I can't start the server once its down . After some investigation I realized its because once the application server is stopped from remote machine , my local machine cant talk to that container anymore (although the container is still up and running). Is it possible to persist the connection even thought the app server is down but the container is still up and running ?

0

There are 0 best solutions below