IntelliJ IDEA 2016.3 Help

Managing Deployed Web Services

This feature is supported in the Ultimate edition only.

IntelliJ IDEA provides the possibility to view which Web services are currently deployed as well as to re-deploy and undeploy Web services without re-starting the application server.

These operations are enabled only when the corresponding server is running.

To get a list of currently deployed Web services, do one of the following

  • On the main menu, choose Tools | Web Services | Show Deployed Web Services. The Web services deployed under various application contexts are listed in the browser.
  • Open the Deployment Console of the Run tool window. The console shows which of the deployment artifacts are successfully deployed and which are not. Find the artifacts that constitute the Web services in question.

To manage the list of deployed Web services, perform these general steps

  • Open the Deployment Console of the Run tool window. The console shows which of the marked for deployment artifacts are successfully deployed and which are not. Find the artifacts that constitute the Web services in question.
  • To set the deployment statuses up-to-date, click the Refresh Deployment Status button refresh.png.
  • To undeploy a Web service, select the relevant artifacts in the list and click the Undeploy button deploymentConsoleUnDeploy.png.
  • To have IntelliJ IDEA deploy all the artifacts marked for deployment, click the Deploy All button deploymentConsoleDeployAll.png.

See Also

Last modified: 21 March 2017