PyCharm 2016.3 Help

Application Servers

View | Tool Windows | Application Servers

For this tool window to be available, there must be a server run/debug configuration in your project, or a cloud user account must be registered in PyCharm.


The Application Servers tool window lets you manage your applications on application servers and cloud platforms. You can start and stop server run/debug configurations and connect to cloud platforms, deploy and undeploy your application artifacts as well as perform other, associated tasks.

All the available functions are accessed by means of the toolbar icons and context menu commands.

See also, Creating Run/Debug Configuration for Application Server and Working with Cloud Platforms.

Icons and commands for server run configurations

IconCommandDescription
/help/img/idea/2016.3/run.pngRun/Connect Start the selected run/debug configuration in the run mode. For a local configuration, normally, the corresponding server will be started. For a remote configuration, PyCharm will connect to the server.
/help/img/idea/2016.3/debug.pngDebug Start the selected run/debug configuration in the debug mode.
/help/img/idea/2016.3/stop.gifStop/Disconnect Stop the selected run/debug configuration. For a local configuration, normally, the corresponding server will be stopped. For a remote configuration, PyCharm will disconnect from the server.
/help/img/idea/2016.3/deploymentConsoleDeployAll.pngDeploy All Deploy all the artifacts associated with the selected run/debug configuration.
/help/img/idea/2016.3/edit.pngEdit Configuration Edit the settings for the selected run/debug configuration.
/help/img/idea/2016.3/artifacts.pngArtifacts Edit the deployment list for the selected run/debug configuration. (The Artifacts to Deploy Dialog will open.)

Icons and commands for server artifacts

IconCommandDescription
/help/img/idea/2016.3/deploymentConsoleDeployAll.png(Re)deploy Deploy or redeploy the selected artifact.
/help/img/idea/2016.3/deploymentConsoleUnDeploy.pngUndeploy Undeploy the selected artifact.
/help/img/idea/2016.3/delete.pngRemove Remove the selected artifact from the corresponding deployment list and undeploy the artifact from the server.

Icons and commands for cloud user accounts

IconCommandDescription
/help/img/idea/2016.3/run.pngConnect Connect (log on) to the corresponding cloud platform.
/help/img/idea/2016.3/stop.gifDisconnect Disconnect (log off) from the corresponding cloud platform.
/help/img/idea/2016.3/edit.pngEdit Configuration Edit your cloud user account settings.
/help/img/idea/2016.3/deploymentConsoleDeployAll.pngDeploy Deploy your app by means of a cloud deployment run/debug configuration.
/help/img/idea/2016.3/debug.pngDebug Deploy your app and start debugging it by means of a cloud deployment run/debug configuration.

Icons and commands for cloud apps

IconCommandDescription
/help/img/idea/2016.3/deploymentConsoleDeployAll.png(Re)deploy Deploy or redeploy the selected app.
/help/img/idea/2016.3/deploymentConsoleUnDeploy.pngUndeploy Undeploy the selected app.
/help/img/idea/2016.3/debug.pngDebug Start debugging the selected application.
/help/img/idea/2016.3/edit.pngEdit Configuration Edit the settings for an associated cloud deployment run/debug configuration.

Deployment status icons

IconStatus
/help/img/idea/2016.3/deploymentStatusUnknown.png Unknown
/help/img/idea/2016.3/deploymentStatusDeployed.png Deployed
/help/img/idea/2016.3/deploymentStatusUndeployed.png Undeployed

See Also

Last modified: 23 December 2016