====== Filr Linux ======
https://www.microfocus.com/documentation/filr/filr-23.4/filr-inst/
===== Server =====
==== Logs ====
/var/opt/novell/tomcat-filr/logs/appserver.log # Filr Server
/var/opt/novell/tomcat-filr/logs/catalina.out # Filr Server
/var/opt/novell/tomcat-filr/logs/localhost..log # Filr Server
/var/opt/novell/filr/log/famtd.log # FAMT
/var/opt/novell/datamodel-service/logs/datamodel.stderrout.out # Appliance
/var/opt/novell/search/indexserver/logs/indexserver.stderrout.out # Appliance
/var/opt/novell/contenteditor/logs/coolwsd.log # Content Editor
==== Snapper ====
snapper --config root list # show snapshots for root config
snapper --config root delete 432 # delete snpahots 432 in root config
snapper --config root delete 12723-21009 # delete snaphsots 12723 to 21009 in root config
snapper --config root delete 1-100000 # delete all snapshots in root config
===== Client =====
''/opt/novell/filr/apache-tomcat/webapps/desktopapp/novellfilr/''
===== Tweaks =====
==== Disable Captcha ====
change ''/opt/novell/filr/apache-tomcat/webapps/ssf/WEB-INF/classes/config/ssf.properties''
# Set failed.user.authentication.history = true to turn on tracking of failed authentications.
failed.user.authentication.history = true
# failed.user.authentication.history.max.user.size is the number of failed authentications we will keep a history of per user
failed.user.authentication.history.max.user.size = 5
# brute.force.attack.in.last.num.seconds is specified in seconds. For example we will look for a number of failed logins in the last x seconds
brute.force.attack.in.last.num.seconds = 1800
# brute.force.attack.num.failed.logins is the number of failed logins we are looking for.
brute.force.attack.num.failed.logins = 15
##After how many attempts we can show captcha?
number.of.attempts.to.show.captcha=15
add to ''/opt/novell/filr/apache-tomcat/webapps/ssf/WEB-INF/classes/config/ssf-ext.properties'' for update persistence