cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Proxy settings in FlexNet Code Insight 2018 R1

Proxy settings in FlexNet Code Insight 2018 R1

Summary

This article discusses how to enable proxy server settings in FlexNet Code Insight 2018 R1

Synopsis

How do I enable proxy server settings in FlexNet Code Insight 2018 R1

Workaround

The manual configuration for proxy servers in FlexNet Code Insight 2018 R1 can be adjusted using the following steps:

1.Navigate to the tomcat/bin folder. This folder resides in the directory where FlexNet CodeInsight is installed.
2.Open catalina.bat or catalina.sh for editing.
3.Find line 209 and uncomment it:

rem set CATALINA_OPTS=%CATALINA_OPTS% -Dhttps.proxyHost=<HOST> -Dhttps.proxyPort=<PORT> :-Dhttps.proxyUser=<USER> -Dhttps.proxyPassword=<PASSWORD>

4.Set the following values for the proxy server:

?ProxyHost: IP or Hostname of the proxy.
?PorxyPort: Port being used for proxy.
?ProxyUser: Username used to authenticate the proxy. Omit this value for a transparent proxy connection.
?ProxyPassword: Password used to authenticate the proxy. Omit this value for a transparent proxy connection.

5.Restart the Tomcat server so the proxy server changes take effect.
Was this article helpful? Yes No
No ratings
Version history
Last update:
‎Jun 22, 2018 10:10 AM
Updated by: