Starting and stopping WebSphere Application Server
- Topics:
- Adaptive Forms
CREATED FOR:
- User
- Developer
Several procedures require you to stop or start the instance of WebSphere where you want to deploy AEM forms products. If you are unsure whether the application server has started, you can first view the status of WebSphere Application Server.
View the status of WebSphere Application Server
-
From a command prompt, go to the
[appserver root]/bin
directory. -
Enter the following command, replacing server_name with the name of your WebSphere Application Server:
- (Windows)
serverStatus.bat
server_name - (Linux, UNIX) ./
serverStatus.sh
server_name
- (Windows)
Start WebSphere Application Server
-
From a command prompt, go to the
[appserver root]/bin
directory. -
Enter the following command, replacing server_name with the name of your WebSphere Application Server:
- (Windows)
startServer.bat
server_name - (Linux, UNIX) ./
startServer.sh
server_name
- (Windows)
Stop WebSphere Application Server
-
From a command prompt, go to the
[appserver root]/bin
directory. -
Enter the following command, replacing server_name with the name of your WebSphere Application Server:
- (Windows)
stopServer.bat
server_name - (Linux, UNIX) ./
stopServer.sh
server_name
- (Windows)