...
| id | 1319301474 |
|---|
...
| id | 1319301476 |
|---|
...
| id | 1319301472 |
|---|
On this page
| Table of Contents | ||
|---|---|---|
|
...
...
This chapter explains how to start and stop Web Application
...
Platform as a service. See the sections below to find the instructions applicable to your operating system
...
.
...
Standard installation
If you install Web Application Platform using an executive file, you can select to start it automatically in the last step of the installation wizard. Otherwise, start or stop Web App Platform as described below.
To start/stop Web Application Platform in standard installation
- 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:
To start Web Application platform, right-click the No Magic WebApp service in the Services dialog and select Start.
Note Before starting Web Application Platform, make sure that the Zookeeper service is running.
- To stop Web Application platform, right-click the No Magic WebApp service in the Services dialog and select Stop.
| Note |
|---|
To be able to start or stop Web Application Platform, services must be installed. |
Starting and stopping Web Application Platform on Linux
When using Linux, you can start and
...
stop Web Application Platform as described below.
...
| 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:
...
...
Learn how to specify variables.
To start/stop Web Application
...
Platform
...
Do one of the following:
To start Web Application platform, run the startup.bat file as administrator.
Note Before starting Web Application Platform, make sure that the Zookeeper service is running.
- To stop Web Application platform, run the shutdown.bat file as administrator.
on Linux
- Use the terminal to do
...
Standard installation
If you install Web Application Platform using an executive file, you can select to start it automatically in the last step of the installation wizard. Otherwise, start or stop Web App Platform as described below.
To start/stop Web Application Platform in standard installation
...
- one of the following:
To start Web Application platform, execute one of the following commands
...
:
...
...
Before starting Web Application Platform, make sure the Zookeeper service is running.
Code Block title For
...
/etc/init.d/webapp startsystemd system and service manager service webapp start OR
...
| title | For sytemd system management daemon |
|---|
systemctl start webappTo stop Web Application platform,
...
execute one of the following commands
...
:
Code Block title For
...
systemd system and service manager service webapp stop OR
...
/etc/init.d/webapp stop...
| title | For sytemd system management daemon |
|---|
systemctl stop webapp
Web Application Platform is started or stopped depending on which
...
command you execute.
Starting and stopping Web Application Platform on Windows
When using Windows OS
...
, you can start
...
and stop Web Application Platform as described
...
| title | Prerequisites for starting WAP with no-installer |
|---|
...
below
...
CATALINA_HOME_WEBAPP=/<Web_App_Platform_no-installer_directory>JRE_HOME=/<Java_install_directory>
...
.
To start/stop Web Application Platform
...
Go to the <Web_App_Platform_extracted_no-installer_directory>\bin directory.
Do one of the following:
To start Web Application platform, run the startup.sh file as administrator.
Note Before starting Web Application Platform, make sure the Zookeeper service is running.
- To stop Web Application platform, run the shutdown.sh file as administrator.
...
on Windows
- Open Windows Service Manager.
- Find the CATIA No Magic WebApp Service and start/stop it.