Search code examples
wso2wso2-api-manager

How to avoid restarting server after Deploying on API-M WSO2


I'm trying to deploy a new API on API-M.

And every time I deploy a new API I must restart the WSO2 application using cmd.

So could anyone help me to resolve this issue? I want to deploy direct without restarting jdk or java or something like this.


Solution

  • I have seen the same problem intermitently on a distributed deployement with the gateway separated from the control plane.

    The config was ok because sometimes the gateway was notified and sometimes not.

    To observe the notification sent to the gateway you can activate the logs as described here by Lakshita. https://stackoverflow.com/a/75810264/18360367

    If you never see jms message, this is a configuration issue. If you see these messages, it could be a network issue.