Studio Server Settings

Studio Server is Zend Platform’s embedded integration with the Zend Studio IDE debugger. The Zend Studio Server Component is part of the Platform node installation, ensuring that an instance of the debugger resides on every Platform node.

 

Zend Studio Server settings provide a way for allowing or denying accessibility to a selected server or to a selection of servers (using a Net Mask which implements wildcards on IP addresses)

 

The Studio Server tab, Settings screen displays the Studio Server settings for the selected node . There are four settings categories:

 

The Settings screen is for Adding, Editing or Removing a host from the Allowed Hosts, Denied Hosts, or Allowed Hosts for Tunneling categories. You can also assign a value (Always, Selective, or Never) to the Expose Remotely setting for the selected node.

 

To access any of the functions included in the Studio Server tab:

  1. Click the Studio Server tab.

  2. From the Server Tree, select the server you wish to configure (or whose settings you wish to view).

  3. Click Select to open the Studio Server tab for the selected node.

 

To change or add a host to allow or deny tunneling:

  1. Go to Studio Server | Settings.

  2. Click Add - for example, in the Allowed Hosts category to open the Add New Allowed Host dialog box opens.

  3. Enter the Settings for the new Allowed Host.

  4. Click Apply - A new Host will appear in the Allowed Hosts category on the Server Settings screen.

  5. To Edit or Remove a Host - for example, in the Allowed Hosts category, click Edit or Remove to the right of the Server Host you wish to edit.

 

You will be prompted to confirm your new settings press Save to save the settings to the database.

To set the Expose Remotely setting for the selected node, select a value, Always, Selective, or Never, from the drop-down list provided.

 

Net Masks:

The Net Mask option is used to define a string of IP addresses using wildcards * to specify the range of IPs that are either allowed or denied hosts. This option, allows to specify a range of IPs from 0-255 according to the selected amount of wildcards for example if you choose to use the Net Mask option to deny the following IPs: 24 (10.1.3. *) all IP addresses beginning with 10.1.3 will be denied access to the Zend Studio Server (i.e. Integration with Zend Studio Client will not be permitted for these IP addresses).

 

Related Topics