Start the Web Application Servers

Start the Web application server depending on the type from the following table:

Table 7-2 Start the Web Application Servers

Startup Option Description
Start WebSphere Profile

On the machine where WebSphere is installed:

  1. Navigate to the [Webshpere_Installation_Directory] /AppServer/<profiles>/<profile name>/bin directory.
  2. Execute the following command:

./startServer.sh server1

Start WebLogic Domain

On the machine where WebLogic is installed:

  1. Navigate to the <WebLogic Installation Directory>/user_ projects/domains/<domain name>/bin directory
  2. Execute the following command:

startWebLogic.sh -d64

Note:

If WebLogic is already running, access the WebLogic Admin Console. Stop and start the application <context name>.ear file.
Start Tomcat Application

On the machine where Tomcat is installed:

  1. Navigate to the <Tomcat_Install_ Directory>/bin directory.
  2. Execute the following command:

    ./catalina.sh run