E.2 Starting Web Application Servers
This section describes how to start the Web Application Servers.
Start the Web application server depending on the type as described in the following
table.
Table E-1 Webserver Start up Options
| Start up Option | Description |
|---|---|
| Starting WebSphere profile | On the machine in which Web sphere is installed, navigate to: [Webshpere_Install_Directory] /AppServer/<profiles>/<profile name>/bin and execute the command: ./startServer.sh server1. |
| Starting WebLogic Domain | On the machine in which WebLogic is installed, navigate to:
<WebLogic Installation directory>/user_
projects/domains/<domain name>/bin and execute the
command: startWebLogic.sh -d64.
Note: If WebLogic is already running, access the WebLogic Admin Console. Stop and start the application <context name>.ear |
| Starting Tomcat Application | On the machine in which Tomcat is installed, navigate to <Tomcat_ Install_ Directory>/bin and execute the command: ./catalina.sh run. |