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:

  1. Open the Services window by choosing Window > Services (Ctrl-5) from the main menu.
  2. Expand the Servers node and ensure the server is running.
  3. Expand the node of the server instance. If the server is not running, no subnodes are visible.
  4. Expand the node containing the application you want to remove.
  5. 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