Creating Ignite Windows Service
Copy NSSM.exe under the bin folder
Open command prompt and run the following commands
nssm install ignite-poc {{IGNIT_INSTALL_DIR}}\bin\ignite.bat
nssm set ignite-poc AppDirectory {{IGNIT_INSTALL_DIR}}
nssm set ignite-poc AppStdout {{IGNIT_INSTALL_DIR}}\logs\sysout.log
nssm set ignite-poc AppStderr {{IGNIT_INSTALL_DIR}}\logs\syserr.log
nssm set ignite-poc AppStdoutCreationDisposition 2
nssm set ignite-poc AppStderrCreationDisposition 2
nssm set ignite-poc AppStopMethodSkip 6
Open command prompt and run the following commands
nssm install ignite-poc {{IGNIT_INSTALL_DIR}}\bin\ignite.bat
nssm set ignite-poc AppDirectory {{IGNIT_INSTALL_DIR}}
nssm set ignite-poc AppStdout {{IGNIT_INSTALL_DIR}}\logs\sysout.log
nssm set ignite-poc AppStderr {{IGNIT_INSTALL_DIR}}\logs\syserr.log
nssm set ignite-poc AppStdoutCreationDisposition 2
nssm set ignite-poc AppStderrCreationDisposition 2
nssm set ignite-poc AppStopMethodSkip 6
Comments
Post a Comment