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.
- Go to the directory <avx_installed_directory>/conf
-
Open the configuration file appviewx.conf by entering the following
command:
vi appviewx.confThe available modules are ADC, AUTOMATION, CERT, SECURITY, and OTHERS. - To enable all the required modules, modify the MODULES_ENABLED field. For example, MODULES_ENABLED=ADC
-
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.