I am running Intellij Ultimate with Tomcat and deploy a war. Everything deploys fine to the webapp directory of tomcat.
When I change a file like an xhtml file, i
That is possible only when you deploy the exploded war folder, enabled hot reloading and start tomcat in debug mode.
These are the steps to achieve this.