Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • When using SocketVirusDetector, ClamAV must be run as a service.
  • ClamAV signatures are updated daily at 8pm server time.

Note

If you're using a version of 

Companyname
 prior to 2019_01, make modifications to the file located at D:\Agiloft\jboss\bin\ewjbossrun.bat instead of D:\Agiloft\wildfly\bin\standalone.conf.bat in the Setting Up Virus Detection sections.

Exceptions

The ClamAV anti-virus is set up by default to exclude the

Companyname
TMP directory (for example, C:\Agiloft\tmp), which is the preferred setting. The TMP directory is used by 
Companyname
for storing temporary data, such as data for an import, and running anti-virus scans on that directory would severely impact performance.

Additionally, if you have any other antivirus software installed, you should add its installation directory to the ClamAV exception list. This cannot be done by default and must be done manually.

Installing ClamAV

First, install ClamAV.

...

  1. Run JBoss AS with the following parameters:
    • DAntiVirusUtils.virus-detector-class=com.supportwizard.utils.av.clam.CommandLineVirusDetector
    • DCommandLineVirusDetector.command-line="D:/Agiloft/ClamAV/clamscan.exe"
    • DCommandLineVirusDetector.temp-dir="D:/Agiloft/tmp/av"

Setting up Virus Detection with SocketVirusDetector

...

  1. Run ClamAV as a service, typically D:\Agiloft\ClamAV\clamd.exe.
  2. Run JBoss AS with the following parameters:
    • -DAntiVirusUtils.virus-detector-class=com.supportwizard.utils.av.clam.SocketVirusDetector
    • -DSocketVirusDetector.host=127.0.0.1
    • -DSocketVirusDetector.port=3310
    • -DSocketVirusDetector.timeout=500


Hide If
displayprintable

Content by Label
showLabelsfalse
max5
spacesPROD
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "security" and type = "page" and space = currentSpace()
labelsrest api integration

...