Administer > Manage instances > WCS instance > Start and stop WebSphere Commerce and its components > Start and stopping WebSphere Commerce
Start and stop an application server on *nix
Overview
Startng an application server starts both the application server and any applications that run inside the application server.
When starting an application server the application server might start successfully but applications running inside an application server may fail to start. Check the log files for errors.
Do not start a WebSphere Commerce or WebSphere Commerce Payments application server as root. Starting these application servers as root changes the permissions on important files which may cause commerce and commerce payments to function incorrectly.
Start a standalone system
su - WC_non_root_user
cd WC_PROFILE/bin
./startServer.sh application_server_nameCheck the log files for any problems or errors...
WC_profileDir/logs/server1
Start a WAS ND system
- Start the WAS Network Deployment manager profile:
su - root ./startManager.sh
- Check the log files for any problems or errors...
WC_profileDir/logs/server1
- Open the WAS Administrative Console.
- Select the appropriate link from the left pane based on the version of WebSphere Application Server, and start the server.
- If WebSphere Commerce Payments is not already started, start it after starting WebSphere Commerce.
Stop
To stop an application server, enter:
./stopServer.sh application_server_nameYou can also use...
cd $WCS_HOME/bin
./config_ant.sh StopWASTo stop the deployment manager:
./stopManager.sh
Related concepts
Related tasks
Ensure that WebSphere Commerce is started
Start and stop WebSphere Commerce