0 Replies Latest reply on Sep 10, 2018 3:51 AM by ajilling

    Is there any way to see a list of all active processes in WildFly?

    ajilling

      I'm running WF9 in standalone mode. I have a few WAR deployments, one of which is using Java's ScheduledExecutorService interface to send automated emails daily, weekly, etc. If I have an email scheduled to send daily at 9AM and then alter and redeploy the WAR file to send it at 11AM, the 9AM task persists. Basically, the scheduled tasks are living outside of the deployment and I want to be able to see them and control them. I realize a server restart would probably fix the problem, but I feel like that's overkill.

       

      I figure there must be something comparable to Activity Monitor on MacOS but I can find anything on forums or in the documentation about where that might be. Any ideas?