This chapter explains how to start and stop Web Application platform Platform as a service. See the sections below to find the instructions applicable to your operating system and installation type. App Standard installation If you install Web Application Platform using an executive fileuse Windows OS, you can select to start it automatically in the last step of the installation wizard. Otherwise, start or stop Web App start and stop Web Application Platform as described below.
To start/stop Web Application Platform in standard installationon Windows
- Press the Win + R keys to open Windows Service Manager.
- In the open dialog type services.msc
- Go to Windows Start menu and open the Run desktop app.
- Type services.msc in the Open box and click OK.
- Do one of the following:
Web Application Platform is started or stopped depending on which command you select in step 3. You can see if the if CATIA No Magic WebApp service is Service is running in the Status column of the Services dialog.Using no-installer
If you use no-installer package, you can start or stop Web Application Platform as described below. | Note |
|---|
| title | Prerequisites for starting WAP with no-installer |
|---|
| Before starting Web Application Platform using no-installer for the first time, make sure that the JRE_HOME and CATALINA_HOME_WEBAPP variables are specified as shown below: CATALINA_HOME_WEBAPP=/<Web_App_Platform_no-installer_directory>
JRE_HOME=/<Java_install_directory>
Learn how to specify variables. |
To start/stop Web Application Platform using no-installer Go to the <Web_App_Platform_extracted_no-installer_directory>\bin directory. Do one of the following: Web Application Platform is started or stopped depending on which action you select in step 2.Standard installation If you install Web Application Platform using an executive fileIf you use Linux, you can select to start it automatically in the last step of the installation wizard. Otherwise, start or stop Web App start and stop Web Application Platform as described below.
To start/stop Web Application Platform in standard installationon Linux
- Use the terminal to do
- Open the Terminal application.
- Do one of the following:
To start Web Application platform, execute one of the following commands depending on which system management daemon your operating system uses: | Note |
|---|
Before starting Web Application Platform, make sure the Zookeeper service is running. |
| Code Block |
|---|
| title | For init sytemd system management daemon |
|---|
| /etc/init.d/service webapp start | | Code Block |
|---|
| title | For sytemd system management daemon |
|---|
|
OR
systemctl start webapp |
To stop Web Application platform, execute execute one of the following commands depending on which system management daemon your operating system uses: | Code Block |
|---|
| title | For init sytemd system management daemon |
|---|
| /etc/init.d/service webapp stop | | Code Block |
|---|
| title | For sytemd system management daemon |
|---|
|
OR
systemctl stop webapp |
Web Application Platform is started or stopped depending on which action you select in step 2.Using no-installer If you use no-installer package, you can start or stop Web Application Platform as described below. | Note |
|---|
| title | Prerequisites for starting WAP with no-installer |
|---|
| Before starting Web Application Platform using no-installer for the first time, make sure that the JRE_HOME and CATALINA_HOME_WEBAPP variables are specified as shown below: CATALINA_HOME_WEBAPP=/<Web_App_Platform_no-installer_directory>
JRE_HOME=/<Java_install_directory>
Learn how to specify variables. |
To start/stop Web Application Platform using no-installer Go to the <Web_App_Platform_extracted_no-installer_directory>\bin directory. Do one of the following:
Web Application Platform is started or stopped depending on which action you select in step 2command you execute. |