Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Create a new file called NuxeoRestart.bat e.g. C:\NuxeoRestart.bat
  2. Open the  it for Edit with your favorite Editor e.g. Notepad or Notepad++
  3. Add below lines in that file and save the file

    Code Block
    net stop "Nuxeo CB"
    timeout /T 3010
    net stop "Nuxeo DM"
    timeout /T 3060
    net start "Nuxeo DM"
    timeout /T 3060
    net start "Nuxeo CB"
    timeout /T 30
  4. Open Control Panel–> Administrative Tools–> Task Scheduler . Right Click on Task Scheduler Library and create new basic task with desired schedule to run C:\NuxeoRestart.bat  as shown below.









  5. Set two options in General Tab once the properties of the task opens up as mentioned below screenshot. Click OK to save the Task.



  6. It will prompt for credentials. give proper credentials with admin privilege and save it.






    .