VSP-WEB JAVA
NOTE:
Ensure that the Application is restarted after provisioning is complete
FILE LOCATIONS AND CONFIGURATION
Here are the important file locations
-
Statistics File:
-
Windows: <VSP_HOME>/vsp-stats/iae-java/<app-context>-stats
-
Linux: vspstats/iae-java/<app-context>-stats
-
-
Log File:
-
Windows: <VSP_HOME>/log/iae-java/iae-java-<app-context>.log.<data>
-
Linux: /var/virsec/log/iae-java/ iae-java-<app-context>.log.<data>
-
-
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
-
Disable JDBC instrumentation by adding:
disableDB=true
-
Disable File Event instrumentation by adding:
disableFileEvent=true
-
Disable CMD instrumentation by adding:
disableCMD=true
-
Disable RFI instrumentation by adding:
disableRFI=true
-
Disable stats by modifying:
enableStats=false
-
Disable Threadpool instrumentation by modifying:
instrumentThreadPool=false
-
-
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