Access your Applications Manager running in your machine from any part of the world

Access your Applications Manager running in your machine from any part of the world

Applications Manager running in your machine can be accessed globally using Azure application proxy .
 
To enable this, you need to add the following additional configuration in <APPMANAGER_INSTALLATION_DIR>/working/apache/tomcat/conf/backup/server.xml of Applications Manager.

<Connector port="PORT_NUMBER" className="org.apache.coyote.http11.Http11NioProtocol" maxThreads="200" minSpareThreads="25" enableLookups="false" disableUploadTimeout="true" keystoreFile="KEYSTORE_FILE" keystorePass="appmanager" truststoreFile="KEYSTORE_FILE" truststorePass="appmanager"  acceptCount="150" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" sslEnabledProtocols="TLSv1.2,TLSv1.1,TLSv1,SSLv2Hello" redirectPort="WEBSERVER_PORT" SSLEnabled="true" protocol="org.apache.coyote.http11.Http11NioProtocol" useBodyEncodingForURI="true" URIEncoding="UTF-8" compression="on" compressionMinSize="2048" noCompressionUserAgents="gozilla, traviata" compressableMimeType="text/html,text/xml,text/javascript,text/css,application/x-javascript,application/javascript" proxyName="AZURE_APPLICATION_PROXY_HOST" proxyPort="AZURE_APPLICATION_PROXY_PORT"/>

Note:

The above configuration has to be appended after <Service> tag in the above mentioned file. And the following are the descriptions of the configuration info.

PORT_NUMBER = Any available port number.
AZURE_APPLICATION_PROXY_HOST = Host configured in Azure Application Proxy.
AZURE_APPLICATION_PROXY_PORT = Port configured in Azure Application Proxy (Default Port is 443).


After providing the entry and restarting the Applications Manager, the web client can be accessed on the Internet from any geographical location using the Azure proxy URL.

                New to ADSelfService Plus?