"How do I create a Windows service for RapidMiner Server"
Guru
Open a Windows command prompt as administrator. To do that, open the Windows start menu, search for “cmd”, right-click it and select Run as administrator. In that command prompt, go to the bin folder in your RapidMiner Server installation folder.
Type
service.bat installThis should install RapidMiner Server as a Windows service. To uninstall it later, call
service.bat uninstallUnless you modified the service.bat file, the service was registered with the key RMSSVC. To start it from the command prompt, enter
net start RMSSVCSimilarly, to stop it, enter
净停止RMSSVC
Alternatively, use the Windows control panel to do that. There you can also monitor the current state and define whether you want to start the service automatically.
Startup log messages are in the file run.log in the same folder.

