Class NuxeoRestart


  • @Deprecated
    public class NuxeoRestart
    extends Object
    Deprecated.
    since 9.10 - use org.nuxeo.ecm.admin.NuxeoCtlManager#restart instead which handles windows OS.
    Restart a Nuxeo. For now works only on Unix systems.

    Usage: NuxeoRestart.restart()

    Author:
    Bogdan Stefanescu
    • Method Detail

      • main

        public static void main​(String[] args)
                         throws Exception
        Deprecated.
        First argument is the script to run followed by script arguments. The last argument is the lock file.
        Throws:
        Exception