Removing an Application from a Server
See Also
When you no longer need to run an application that was added to the server using
the IDE, you can remove the application's context from the server in the Services window.
By default, applications and modules are automatically registered, deployed and made available on the
server when you run a project, and are automatically redeployed when they have been modified in the IDE.
Once deployed, applications remain on the server until they are removed.
Deployed applications are visible in the Services window in the server instance node under
a node for applications.
When you undeploy an application, the archive file (ear, war, jar)
is removed from the server and is no longer visible in the Services window.
To remove an application from a server:
- Open the Services window by choosing Window > Services (Ctrl-5) from the main menu.
- Expand the Servers node and ensure the server is running.
- If the server is not running, start the server by right-clicking the server node in the Services window
and choosing Start. Alternately, click the Start Server button (
) in the server tab in the Output window.
- Expand the node of the server instance. If the server is not running, no subnodes are visible.
- Expand the node containing the application you want to remove.
- Right-click the application's context node and choose Undeploy.
- See Also
- About Servers
- About the GlassFish Application Server
- About the JBoss Application Server
- About the Tomcat Web Server
Legal Notices