Edit online

Starting and Stopping Oxygen XML Web Author

Edit online

How to Start/Restart Oxygen XML Web Author

To start or restart the Oxygen XML Web Author application, follow the procedure below for the type of installer you used:

Windows Installer

  1. Go to the installation directory of Oxygen XML Web Author.
  2. Launch Manage Web Author.
  3. Go to the General tab.
  4. Click the Stop button and click Start.
  5. Click OK.

Linux Installer

Run the following command:
sudo service oxygen-xml-web-author restart

All Platforms Distribution for Windows

Run the following command:
"stop oXygen XML Web Author.bat" && "start oXygen XML Web Author.bat"

All Platforms Distribution for Linux and Mac

Run the following command:
stop-oXygen-XML-Web-Author.sh && start-oXygen-XML-Web-Author.sh
Edit online

How to Stop Oxygen XML Web Author

To stop the Oxygen XML Web Author application, follow the procedure below for the type of installer you used:

Windows Installer

  1. Go to the installation directory of Oxygen XML Web Author.
  2. Launch Manage Web Author.
  3. Go to the General tab.
  4. Click the Stop button.
  5. Click OK.

Linux Installer

Run the following command:
sudo service oxygen-xml-web-author stop

All Platforms Distribution for Windows

Run the following command:
"stop oXygen XML Web Author.bat"

All Platforms Distribution for Linux and Mac

Run the following command:
stop-oXygen-XML-Web-Author.sh