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

Run/Debug Configuration: GlassFish Server

Last modified: 01 August 2022

Run | Edit Configurations | Icons general add | GlassFish Server | Local or Remote

GlassFish Server run/debug configurations let you deploy and debug your applications on GlassFish Server. The GlassFish 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