Wowza Community

WSE Module Development - When deploying new modules, old modules seem to stay in memory?

We are devloping custom modules for our WSE deployment on CentOS7, it seems as though simply restarting the services via the WSE Manager does not release the old version of the module? Is there a command that can be executed server side to resolve this? What is best practices for this activity? Currently we are rebooting the server in development and its not a great practice. Thanks.

Restarting the Wowza Server via the console should also load the new version of your module. Assumed that you’ve deleted the old JAR from the /lib folder and copied the new JAR into it.

On the server console you can type this to restart Wowza:

sudo systemctl restart WowzaStreamingEngine