How do I auto-update servlets without restarting tomcat in intellij?
In Eclipse, if the servlet code changes without any special setting, it is automatically reflected.
However, in IntelliJ, even if the servlet code is changed, the changed code is reflected only by restarting the server.
It is the same even if you apply the settings through Googling. The changed code cannot be reflected without restarting the server.
How can I apply the servlet without restarting the server?
https://imgur.com/a/dkEDALV.png I can't upload image because of reputation