...
To configure a server in the IDE, go to
→
and click the
span |
---|
|
Add application server |
button. The IDE will automatically detect its version and
offer ask you to select which libraries to add to the dependencies when the server is used in the project.
...
A
defines how the artifacts are deployed to the server. IntelliJ IDEA has two types of Run configurations:
and
. The
run configuration starts a new instance of the server and
deploy deploys artifacts there. The
run configuration deploys the artifacts to an already running standalone server.
...
Once a
is created, you can run or debug your application via the
,
menu menu, or the shortcuts:
via
+
,
via
+
.
...