Install the Web Interface
The web interface provides the user interface to manage
your inventory and license position. Continue this process as
administrator (
fnms-admin
) on either
your:
- application server (for a single server installation); or
- web application server (in a multi-server installation).
Tip: The web interface transfers high volumes of HTML data,
which may have noticeable performance impacts for operators with slow links
(such as across a WAN) between their web browsers and the web application server. To maximize performance, the
web.config file installed on this web application server turns on both static and dynamic content compression, with
a setting of this
form:
<urlCompression doStaticCompression="true" doDynamicCompression="true" />
These
settings turn on compression settings for IIS, where these are available
on the web application server:- Static compression is installed by default for IIS.
- Dynamic compression requires a standard Microsoft installation to enable it. (Without this setup, the dynamic compression setting in the web.config file remains latent, having no possible effect.)
The instructions provided here show how to install the web interface for FlexNet Manager Suite. Additionally, FlexNet Manager Suite can be installed using a scripted installation. For more information, refer to Managing Scripted Installation.
To install the web interface for FlexNet Manager Suite: