Manage deployed Web services
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.
Get a list of currently deployed Web services
In the main menu, go to
. 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.
Manage the list of deployed Web services
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 required Web services.
To set the deployment statuses up to date, click the Refresh Deployment Status button .
To undeploy a Web service, select the relevant artifacts in the list and click the Undeploy button .
To have IntelliJ IDEA deploy all the artifacts marked for deployment, click the Deploy All button .