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.