Configure a Fat JAR Deployment

Note: By default, all the modules will be enabled on Fat JAR deployment. You can find the details of the available modules and the associated plugins from the <avx_installed_directory>/scripts/templates/Plugins/vm_modules_txt file.
  1. Go to the directory <avx_installed_directory>/conf
  2. Open the configuration file appviewx.conf by entering the following command: vi appviewx.conf
    The available modules are ADC, AUTOMATION, CERT, SECURITY, and OTHERS.
  3. To enable all the required modules, modify the MODULES_ENABLED field. For example, MODULES_ENABLED=ADC
  4. To enable a specific plugin from a module, modify the VM_ENABLED field.For example, VM_ENABLED= avx_subsystem_adc, avx_vendor_f5
    Note: If the VM_ENABLED field is empty, it will automatically consider all the plugins from the enabled modules.