Display Application Type by Default

As an administrator, when you are adding an application in the Application window, you can select the option Show App Type to display the application type of an application in the Application section.

To display the application type by default, the value of the property tag displayApplicationType in the config.xml must be set to "true".
  1. Stop the Apache Tomcat service(s).
  2. Locate the config.xml file.
    For Tomcat, you can find the config.xml file in the \I4V\WEB-INF\config subfolder of your Tomcat installation directory.
  3. Open the config.xml file in a text or XML editor.
  4. Locate the section: <property  name="displayApplicationType" value="false"/>
  5. To display the application type by default, change the value of the "displayApplicationType" attribute to "true".
    By default, this value is "false".
  6. Save and close the file.
  7. Start Apache Tomcat service(s).