I have an application with one microservice and one gateway, I deploy my war(s) application in my external server in different tomcat
Each time I deploy, I have a new instance of my microservice and a my gateway, it's that normal, and how can I kill the other instances
For jhipster-registry I use heroku.
Thanks.