WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Can't locate a stop/start the server under servers -> server type -> websphere application servers.

  • 1.  Can't locate a stop/start the server under servers -> server type -> websphere application servers.

    Posted Thu July 27, 2017 06:07 PM

    Hi,


    I have maximo 7.6 installed with websphere 8.5.5.10 on my VM. I logged into console to stop the application server, but I couldn’t locate a stop/start the server under servers -> server type -> websphere application servers.


    How can I do this? I want t stop the application server to redeploy the maximo.ear file,

    Thanks for any help!



  • 2.  RE: Can't locate a stop/start the server under servers -> server type -> websphere application servers.

    Posted Fri July 28, 2017 03:47 AM

    If you have a standalone Application Server there is no stop within the console.

    The Start/Stop is only available if you have WAS Network Deployment.

    To stop WAS use the command line and go to was_profiles/profilename/bin.

    Run serverStatus -all to find out how the server is named and to check if it is started.

    Then run stopServer servername to stop the server.

    Use  startServer servername to start the server.