Home

Other Products

Configuring proxy settings

By default, Social Connector for Rational Jazz™ connects to the Lotus Connections server directly, and not through a proxy server. If the Lotus Connections traffic needs to be passed through a proxy server, configure the proxy settings, as described below.

  1. Create a new text file org.eclipse.core.net.prefs in a Jazz server folder, depending on application server type:
    • For Apache Tomcat: JazzInstallDir/server/tomcat/work/Catalina/localhost/jazz/eclipse/workspace/.metadata/
      .plugins/org.eclipse.core.runtime/.settings/
    • For IBM WebSphere Application Server: WASInstallDir/profiles/profile/temp/node/server1/jazz_war/jazz.war/eclipse/workspace/.metadata/
      .plugins/org.eclipse.core.runtime/.settings/
  2. Paste the following contents to org.eclipse.core.net.prefs and edit it according to you proxy configuration:
    # General proxy settings
    org.eclipse.core.net.hasMigrated=true
    eclipse.preferences.version=1
    proxiesEnabled=true
    # HTTP proxy settings
    # proxyData/HTTP/host=<proxy hostname>
    # proxyData/HTTP/port=<proxy port>
    # proxyData/HTTP/hasAuth=false
    # HTTPS proxy settings
    proxyData/HTTPS/host=<proxy hostname>
    proxyData/HTTPS/port=<proxy port>
    proxyData/HTTPS/hasAuth=false
    # Hosts that will not use proxy 
    # nonProxiedHosts=<hostname1|hostname2|…>
    nonProxiedHosts=127.0.0.1|localhost
  3. Restart the Jazz Team Server.
Notes:
  • If you issue a server reset request, the proxy settings are reset as well.
  • Configuring server-side proxies that require authentication is not supported by Social Connector for Rational Jazz.
  • Getting started
  • Installing
  • Configuring a social network server
    • Configuring proxy settings
    • Configuring cache settings
  • Searching for knowledge and people
  • Building a community around your project
  • Sharing ideas from a Jazz Dashboard or Work Item
  • Staying up-to-date
  • Limitations