Plugin does not update in Headless Client

I have updated a plugin through the following steps.

  1. Stopped the Servoy Server
  2. Replaced the plugin in the application_server/plugin directory
  3. Cleared the server-cache by deleting the application_server\server\work\Catalina\localhost folder
    4, Cleared the Java cache of all users on the machine
  4. Restarted the Servoy Server

The application server starts a headless client/batch processor straightaway on startup. When I log the versionnumer of the plugin from the headless client, it still outputs the wrong, old version.

I did get the new version of the plugin, when I started a smart client.

Could the old plugin still be in cache somewhere?

I fixed it… I made a backup of the old plugin. Somehow the Headless Client loaded that one instead of mine…