Previous Topic: Set Up Users and Monitor UsageNext Topic: Define Other Settings in local.properties


Set the Proxy for localhost

When DevTest acts as the HTTP client for VSE, the HTTP traffic from DevTest must be passed to VSE. A common way to pass HTTP traffic is to set VSE as the web proxy. However, proxy use is disabled by default for simple names like "localhost".

You can override this behavior in the local.properties file.

Follow these steps:

  1. Open the local.properties file in the root DevTest installation folder.
  2. Uncomment the lisa.http.webProxy.nonProxyHosts.excludeSimple property.
  3. Set the value for this property to false.

    lisa.http.webProxy.nonProxyHosts.excludeSimple=false

  4. Save and close the file.