web applications - IntelliJ, deploying on localhost without restart tomcat -
for special reason, webapp2 must deployed after webapp1. know in intellij, can configure local deployment 2 webapps (2 war files), start in random order , break apps. have manually start tomcat (using command line), go manager page (on localhost) , upload war files. webapp1 stable, of time, have change webapp2 , upload , debug. i'm looking way can set deployment webapp2 directly in intellij without restarting tomcat (the 1 started cmdline, webapp1 running on it). 1 exist? thanks
you should configure idea perform deployment , update of both artifacts. use local tomcat configuration.
idea has configuration artifacts deployment order.
Comments
Post a Comment