Embedded Device
1. Can the user configure the location of the backup of all projects
No
Â
2. What is the fan.props used for in the root folder
The environment map is initialized from the following sources from lowest priority to highest priority:
shell environment variables
Java system properties (Java VM only)
props in
fan.props
prefixed with "env."
Â
3. What types of activities cause a file write access to occur and what type of technology is the writing occurring on (ie. sql, flat-file, appending … etc)
a. Non-transient DB commits will write to disk.
b. Logging and any IO related function that writes files to disk. DB writes use memory mapping
Â
4. Is FAN_JAVA enough to set to have FIN run correctly or do we need JAVA_HOME
. What is the recommended way to set up Java
a. FAN_JAVA
should be enough. I believe it looks for FAN_JAVA
, then JAVA_HOME
, and the system java
.
b. The proper way to set up Java is to specify the JAVA_HOME
env
Â
5. The diagnostic information goes into /var/log, it is purged every xx days? What is the number of days? Can we configure the location they are saved?
You can add the tag maxAge: Xday
to the @log record in var/host/folio.trio
Â
6. Is there a way to have FIN attach itself to a different network adapter. Where can I have that set?
a. Â Edit var/host/folio.trio
b. Find the record for the HTTP mod. It will look something like this:
id:@http
addr:""
httpsPort:8443
sysModÂ
Specify the local address there
Â