in idea community 2020.2, i created one project with two modules(maven war package) - demo1
and demo2
.
i installed smart tomcat
.
can i run these two webapps in one tomcat instance(such that they are in the same port) in idea?(not start tomcat out of idea munally then deploys all webapps to outer tomcat)
just like in eclipse, we can create a server and add multiple webapps to it and start all webapps at one time with same port.
could we do that in idea community?