You must restart the Default Server (server1) after you deployed the BI Monitor new Application Server. To do this:
On Windows platform, run a command prompt window. On AIX or Solaris platforms start a terminal console window.
Change the directory to <WebSphere>/bin
Based on your machine platform, type the appropriate command as follows:
If you are on a Windows
machine, type the following command:
stopServer.bat <Server_Name>
If you are on an AIX
or a Solaris machine, type the following command:
./stopServer.sh <Server_Name>
This command is case sensitive.
Wait until the Application Server is stopped and the confirmation message appears, and then type the appropriate command as follows:
If you are on a
Windows machine, type the following command:
startServer.bat <Server_Name>
If you are on an
AIX or a Solaris machine, type the following command:
./startServer.sh <Server_Name>
Wait until the Application Server is started and the confirmation message appears.