Camunda console window

Probably it’s not a Camunda question, but I’ll ask in case someone can help…

I have a Wildfly distribution. I run the start-camunda.sh file which opens the console window of the server. But let’s assume the window is closed at some point for some reason, but the engine is still on.
How to access that window again?

Thx

Hi,

Why do you want to access the window?

  • to check the logs -> open the server log file
  • to stop the server -> use shutdown script or kill the process
    or want to achieve something else?

Hi Yana,

I want the window to see “live” the logs, instead of opening the txt log files.

Hi,

I don’t think it is possible on Windows, except using some “tail” command

1 Like