I have updated a plugin through the following steps.
- Stopped the Servoy Server
- Replaced the plugin in the application_server/plugin directory
- 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 - 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?