6.1.1 Undeploying and deleting web projects
(1) Undeploying web projects
The following describes how to undeploy web projects:
- Note
- Do not delete the projects created in 3.5.7(1) Creating HCSCTE projects.
- From the Eclipse menu, click Window, Open Perspective, and then Other.
The Open Perspective dialog box appears.
- Select Java EE (default), and then click the OK button.
The Java EE perspective appears.
- In the Servers view, right-click MyServer at localhost, and then select Add and Remove.
The Add and Remove dialog box appears.
- In the Configured list box, select HelloClient and HelloService, and then click the Remove button.
HelloClient and HelloService are moved from the Configured list box to the Available list box.
- Click the Finish button.
A message indicating that operation is in progress appears.
After processing terminates, the Java EE perspective appears again. Make sure that the HelloClient and HelloService projects have been deleted from under MyServer at localhost in the Servers view.
(2) Deleting web projects
The following describes how to delete web projects:
- In the Project Explorer view, select the imported Eclipse project.
For details about the Eclipse projects imported for each sample program, see 3.5.5 Importing Eclipse projects.
- Right-click, and then select Delete.
The Delete Resources dialog box that asks you to confirm deletion appears.
![[Figure]](figure/zs991850.gif)
- Select the Delete project contents on disk check box, and then click the OK button.
The selected Eclipse project is deleted.