QAD 2017 Enterprise Edition > User Guides > Security Administration > Reverse Proxy for Channel Islands > Configuration > Proxy Configuration
  
Proxy Configuration
Each external application has a name, as well as a local path from which to proxy, and a remote server to which to proxy:

Proxy Configuration
 
Property
Description
qad-webshell.proxy.names
Comma-separated list of proxy names. These are then used as keys for the other properties in this table.
qad-webshell.proxy.{name}.proxyFrom
The path from which to proxy; for example, /remote must start with a /.
The full proxy path is generated from this value as /{context}/proxy{proxyFrom}.
qad-webshell.proxy.{name}.proxyTo
The URL to which to proxy; for example, https://remote.qad.com/context.
Note: If the external application is hosted at the root of the remote server, you must include a forward slash, /, at the end of the proxyFrom and proxyTo parameters. For example, to proxy to the Tomcat default application https://tomcat-internal.qad.com:22000, use:
proxyFrom=/tomcat/ and proxyTo= https://tomcat-internal.qad.com:22000/
Without this forward slash, relative links on the page may not be resolved correctly.