How to keep WAR files running in Tomcat while I'm using IntelliJ?
Advertisements There are two WAR files that rarely change and it should be running in my machine. The tomcat path is /Users/myuser/Downloads/apache-tomcat-9.0.53 and the tomcat server in IntelliJ configuration use it also. If I deploy the WARs in webapps directory, run another Java project that uses Tomcat in IntelliJ then I can’t access these WARs.… Read More How to keep WAR files running in Tomcat while I'm using IntelliJ?