i`m currently trying out your Software but failing on the agent. The main Problem is, that no exposed files are found in the Directory i configured.
im trying to run it in a Windows 7 Enterprise maschine. Please have a look at my config file, maybe you could point me right.
## Example configuration file
##
# Global
port=8085
# Only expose files that have been modified with the last [maxage] days
maxage=1
# Global extension filter
## All files exposed will have one of the following extensions.
fileview.extension=properties
fileview.extension=log
fileview.extension=txt
# Directories
# [directory path];[semicolon separated list of extensions]
#
# Since the global extension filter is always applied, you only need to specify extensions here if you
# want to specify a subset of the global extensions.
## exposes all files in these directories that have one of the global extensions
fileview.directory='C:\Logs\App1\
##fileview.directory=/var/tmp
## only exposes *.log and *.txt here, does not expose *.properties
##fileview.directory=/tmp;log;txt