Configuring Zend Studio Client Tunneling Settings

This feature enables Zend Platform users to connect to Zend Studio Client to edit Event source code using the Zend Studio IDE.

Configuring the Communication Tunnel in Zend Studio Client

To configure Tunneling Settings for Studio Client, open the Tunneling dialog: Tools | Tunneling Settings:

 

  1. Define values for the following settings:

  2. Tunnel Target Host - Address of the Web server on which the debugger resides.

  3. Tunnel Target Port - Port of the Web server on which the debugger resides.

  4. Specify Return Host - When enabled, this should contain the address of the main server in the cluster.

  5. Automatically Connect on Startup - Enables the communication tunnel when Studio Client starts up.

  6. HTTP Authentication -Zend Studio Tunneling supports HTTP authentication. This enables users to send http authentication information (user name, password) together with the header sent to the server. Therefore, you can specify that tunneling to a server will require authentication, and improve security by adding information in the following fields:

  7. Send Authentication Information - Use this option when working with a Web server that requires HTTP authentication. Studio Client sends the authentication information in the header. Note: This assumes the user account is set up on the Web server.

  8. User Name - User name as defined on the Web server.

  9. Password - User password as defined on the Web server. Note: Whenever you use the debugger, the server will use the User Name and Password specified here.

  1. Click Connect for Zend Studio Client to connect to the Tunnel Target Host over the specified port.

 

Note:

Information in Zend Studio Client’s Debug Preferences, must match the information in Zend Studio Client’s Tunneling Settings for tunneling to work.

 

Debug Preferences

To view debug preferences to ensure that the information is suits the Tunneling Preferences go in Zend Studio Client to:  Tools | Preferences | Debug:

 

In the Connection to debug server section, make sure the following settings are configured:

 

Related Topics