Displaying the Servers View [edit]

This Help topic gives an overview of the Servers View in Aptana Studio.

Contents

Introduction

Use the Servers View to start, stop, and manage your servers in Aptana Studio.

Instructions

Displaying the Servers View

To display the Servers View:

  1. From the Window menu, select Show View > Other... to open a Show View window.
  2. In the Show View window, open the Aptana Views folder, and select Servers View.

Aptana displays the Servers View (shown below).

Image:serversViewJax.png

Adding or Configuring a server

To add or configure a server:

  1. On the Servers View, click the Add Server button Image:iconAddServer.png to open an Add Server window (shown below).

    Image:addServer.png

  2. On the Add Server window, select the type of server that you want to add or configure and click OK.

    Aptana Studio opens a specific Add Server window for your specified server (e.g. an Add Jetty Server window for a Jetty server, etc).

  3. Type the appropriate server name, host name, and port information for your server.
  4. Click OK.

Aptana Studio adds your server to the Servers View.

Starting a server

To start a server, select the server in the Servers View, and click the Start Server button Image:iconStartServer.png.

Restarting a server

To restart a server, select the paused server in the Servers View, and click the Restart Server button Image:iconRestartServer.png

Stopping a server

To stop a server, select the server in the Servers View, and click the Stop Server button Image:iconStopServer.png.

Monitoring your servers

The Servers View provides you with access to several tools to monitor and help troubleshoot your server:

Related Topics