FAQ Contacts

Examples

Introduction

The standard Veduta install comes with a set of examples for different scenarios and platforms.

The examples are installed in the examples directory under the Veduta installation directory. To run, type the following in the Veduta installation directory:

> java -jar -veduta-complete.jar -d {example name} -webserver
e.g.
> java -jar -veduta-complete.jar -d examples\appservers -webserver
and run the corresponding client in another window. e.g.
> java -jar -veduta-complete.jar -d examples\appservers -client
If you are running the Veduta client on a different machine, then change the server configuration in the client veduta.xml to point to the host that the server is running on. e.g.
<system>
  <db type="memory" oldest="14"/>
  <network>
    <server>insert server name here</server>
    <port>3055</port>
  </network>
</system>
   
The examples are fully functional and useful to look at for configurations for reading log files and generating reports for these. You may wish to browse through these whilst reading the configuration instructions. Examples exist for all platforms, though some examples are platform specific (e.g. the Linux example) or application specific (e.g. the Apache example).

The examples run off dated log files. These logs will be dated up to the date you downloaded Veduta. To view the historical reports, simply view the latest report and step back day by day.

Packaged Examples

FAQ Contacts