Starting and Stopping Oxygen XML Web Author
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
- Go to the installation directory of Oxygen XML Web Author.
- Launch Manage Web Author.
- Go to the General tab.
- Click the Stop button and click Start.
- 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 macOS
Run the following
command:
stop-oXygen-XML-Web-Author.sh && start-oXygen-XML-Web-Author.sh
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
- Go to the installation directory of Oxygen XML Web Author.
- Launch Manage Web Author.
- Go to the General tab.
- Click the Stop button.
- 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 macOS
Run the following
command:
stop-oXygen-XML-Web-Author.sh