| This class is the Velosurf main entry class if you do not use the toolbox.xml mechanism.
Unless you specify the config file to use, it will successively search for a configuration file :
from the java property "config.velosurf" (like in 'java -Dconfig.velosurf=/.../velosurf.xml ...' )
from the Velocity property "config.velosurf" (entry of the velocity.properties file)
as './velosurf.xml', './conf/velosurf.xml', './WEB-INF/velosurf.xml', './cfg/velosurf.xml'
author: Claude Brisson |