Stopping a server

You can stop the server from the Servers view.

Before you begin

About this task

To stop the server:

Procedure

  1. In the Servers view ( > Window > Show View > Other > Server > Serversand click OK, and select the server that you want to stop.
  2. Click the Stop the server This is an image of the Stop icon. icon in the toolbar. In the Servers view, the status of the server changes to Stopped.
  3. If for some reason the server fails to stop, you can terminate the process as follows:
    1. Switch to the Debug perspective.
    2. In the Process view, select the server process that you want to stop.
    3. Click the Terminate This is an image of the Terminate icon. icon in the toolbar.

Results

Note: When terminating a server, the server process will end and the server will not go through the normal routine of stopping, for example calling the destroy() method on a servlet.

Feedback