Starting and Stopping
How to Start/Restart
To start or restart the application, follow the procedure below for the type of installer you used:
Windows Installer
- Go to the installation directory of .
- 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
To stop the application, follow the procedure below for the type of installer you used:
Windows Installer
- Go to the installation directory of .
- 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