<< PREVIOUS NEXT >>

 

 

VSP-WEB JAVA

 

NOTE:

Ensure that the Application is restarted after provisioning is complete

 

FILE LOCATIONS AND CONFIGURATION

 

Here are the important file locations

  1. Statistics File:

    image12

    1. Windows: <VSP_HOME>/vsp-stats/iae-java/<app-context>-stats

    2. Linux: vspstats/iae-java/<app-context>-stats

  2. Log File:

    1. Windows: <VSP_HOME>/log/iae-java/iae-java-<app-context>.log.<data>

    2. Linux: /var/virsec/log/iae-java/ iae-java-<app-context>.log.<data>

  3. For disabling instrumentation, following modifications are needed in the file: /vsp-home/iae-java/iae-<app-context>.properties. Once the modifications are complete, ensure that the application is restarted

    1. Disable JDBC instrumentation by adding:

      disableDB=true

    2. Disable File Event instrumentation by adding:

      disableFileEvent=true

    3. Disable CMD instrumentation by adding:

      disableCMD=true

    4. Disable RFI instrumentation by adding:

      disableRFI=true

    5. Disable stats by modifying:

      enableStats=false

    6. Disable Threadpool instrumentation by modifying:

      instrumentThreadPool=false

  4. In case of any permission issues or security reasons, modify the logging path and stats path in the file: /vsp-home/iae-java/logging.properties. Restart Application after the modification

 

<< PREVIOUS NEXT >>