How to setup proxy to connect to Applications Manager?
How to setup proxy to connect to Applications Manager for login from file?
Go to [EUM_HOME]/conf folder.
Open AppServer.xml in a text editor.
- Search for "proxyType" attribute in xml update its value as "manualProxy".
- Set Proxy host name to "proxy_host" attribute.
- Set Proxy port to "proxy_port" attribute.
- Set Proxy username to "proxy_user" attribute.
- For Proxy password, remove encryptedProxyPassword attribute and add new attribute named "proxy_pass" and enter the value.
- Save the changes.
- Restart EUM Agent.
Example
<?xml version="1.0" encoding="UTF-8"?>
<AMP-SERVER>
<AMP encryptedPassword="vgsscrt" host="localhost" id="0" opm_plugin="false" pacUrl="" pollingtime="60000" port="8443" protocol="https" proxyType="manualProxy" proxy_authscheme="BASIC" proxy_bypass="" proxy_host="localhost" proxy_port="8754" proxy_user="admin" proxy_pass="admin" username="admin"/>
</AMP-SERVER>
How to setup Proxy to connect to Applications Manager through Agent Settings page?
Login to EUM agent Settings page.
In the Proxy Settings page Click on Edit.
- Choose the Proxy type and add the proxy details.
- Click on Update and Restart the EUM Agent.
Note: User can Login to EUM Agent settings page only if EUM Agent is connected to AppManager.
Other Links
New to ADSelfService Plus?