apache daemon procrun problem

adrien ruffie <[email protected]> Fri, 25 Oct 2024 13:59:50 +0000
Newsgroups gmane.comp.jakarta.commons.user
Message-ID <PR3P193MB09425A03836725AE995841E7A94F2@PR3P193MB0942.EURP193.PROD.OUTLOOK.COM>
Hello,

I try to start my server as a windows service daemon , but the server doesn't start  and I don't know why and what is the problem.
Anybody know why ?
I install my service like that:

ExecWait '$INSTDIR\Crimson8-ServerService.exe //IS//Crimson8-ServerService --Description="Crimson 8 Server Service" --Install=$INSTDIR\Crimson8-ServerService.exe --Jvm=auto --Classpath=%CLASSPATH%;$INSTDIR\crimson8-server.jar --StartMode=jvm --StartClass=com.crimson.core.CsLauncher --StartParams=-conf;$INSTDIR\conf\default.json --StopMode=jvm --StopClass=com.crimson.core.CsLauncher --StopMethod=stopService'

the Crimson8-ServerService.exe is the renamed prunsrv.exe, I tried to debug with the prunmgr.exe but I didn't success to find a solution. I don't have any log and know how to debug really what going on

Can you help me plz ?

regards Adrien