Scripts to run, restart, stop Camunda Engine

Hi,

I have a Camunda Wildfly10 7.8 Full distribution (Shared Process Engine) on a Windows PC and in order to start the engine, I simply double-click the start.bat file.
Anyone has written any scripts to restart the engine and stop it?

Thanks!

Hi @kontrag,

have a look at the wildfly docs: https://bgasparotto.com/start-stop-restart-wildfly/.

The server is packaged in the distribution under server/wildlfly-${version}.

Cheers, Ingo

1 Like

You want to have a Windows Service to start / stop Wildfly on startup / shutdown of the Windows PC?
Have a look at https://community.i2b2.org/wiki/display/getstarted/2.4.2.4+Run+Wildfly+as+a+Windows+Service.

Hi @langfr,

Iā€™m looking for scripts to stop/restart the server per need, not on the boot/shutdown of the PC.
But thanks for the link :wink: