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

Comments

Popular posts from this blog

NSSM service eats 100% CPU

JPA Vs SpringJDBC

Ignite Running in Static IP multicast mode