Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

id1319301474

...

id1319301476

...

id1319301472

On this page

Table of Contents
maxLevel4

...


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.


Starting and stopping Web Application Platform on Windows

When using Windows OS, you can start and stop Web Application Platform as described below.


To start/stop Web Application Platform on Windows


  1. Press the Win + R keys to open Windows Service Manager.
  2. In the open dialog type services.msc click OK.
  3.  Do one of the following:
    • To start Web Application platform, right-click CATIA No Magic WebApp Service in the Services dialog and select Start.

    • To stop Web Application platform, right-click CATIA No Magic WebApp Service in the Services dialog and select Stop.


Web Application Platform is started or stopped depending on which command you select in step 3. You can see if CATIA No Magic WebApp Service is running in the Status column of the Services dialog.


Starting and stopping Web Application Platform on Linux

When using Linux, you can start and stop Web Application Platform as described below.


To start/stop Web Application Platform on Linux


  1. Use the terminal to do one of the following:
    • To start Web Application platform, execute one of the following commands:

      Code Block
      titleFor systemd system and service manager
      service webapp start
      OR
      systemctl start webapp


    • To stop Web Application platform, execute one of the following commands:

      Code Block
      titleFor systemd system and service manager
      service webapp stop
      OR
      systemctl stop webapp


Web Application Platform is started or stopped depending on which command you execute.

...