From time to time, you will want to remove modules from your servers.
For example, if you have modules that you no longer need to test, you should
consider removing them from the server so that they do not needlessly
impact the performance of the server.
To remove modules from servers:
- In the Business Integration or Debug perspective, click the Servers tab
to open the Servers view.
- In the Servers view, right-click your server and select Add
and Remove Projects. The Add and Remove Projects wizard opens
and displays the EAR projects that correspond to your modules in the Configured
Projects list box.
- Complete one of the following steps:
- If you want to remove a single module from the server, then select
the corresponding EAR project in the Configured Projects list box and click Remove.
The EAR project is removed from the Configured Projects list box and is added
to the Available Projects list box.
- If you want to remove all modules from the server, then click Remove
All. All of the EAR projects that correspond to your modules are
removed from the Configured Projects list box and are added to the Available
Projects list box.
- Click Finish. The selected EAR projects
are removed from the server. If the server is not already running, it will
automatically start in Debug mode.