IntelliJ IDEA
 
Get IntelliJ IDEA
You are viewing the documentation for an earlier version of IntelliJ IDEA.

Run/Debug Configuration: Tomcat Server

Last modified: 10 August 2022

Run | Edit Configurations | App general add | Tomcat Server | Local or Remote

Tomcat Server run/debug configurations let you deploy and debug your applications on Apache Tomcat. The Tomcat and TomEE Integration plugin must be enabled.

See also, Application server run configurations.

Server tab for a local configuration



Server tab for a remote configuration



An example of remote staging settings for a mounted folder



Assuming that:

  • C:\shared is a shared folder on the remote host, which is mounted to the local computer as the drive X:.

  • The folder that you are going to use for staging is C:\shared\staging.

Here are the corresponding remote staging settings:

  • Type: Local or mounted folder.

  • Host: The configuration should be selected in which the value in the Folder field is X:\ (the Upload/download project files section on the Connection tab of the Deployment dialog).

  • Staging/Path from root: staging

  • Staging/Mapped as: C:\shared\staging