Fail to run agent

26 views
Skip to first unread message

Rosch

unread,
Jul 27, 2012, 5:13:47 AM7/27/12
to vamonos-...@googlegroups.com
Hello Vamonos Software Team,

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


Best Regards
Rosch

Paul Rule

unread,
Jul 27, 2012, 6:14:24 AM7/27/12
to vamonos-...@googlegroups.com
Hi, thanks for the feedback.

I noticed in the config that there is an apostrophe preceding the C:

So, try changing

  fileview.directory='C:\Logs\App1\

to

  fileview.directory=C:\Logs\App1\

Let me know how you get on.
Thanks.
Reply all
Reply to author
Forward
0 new messages