Hi,
I cannot deploy Syncope 1.2.X on my company's Tomcat server infrastructure.
Startup fails, because Velocity cannot write the file velocity.log - our
Tomcat instances are not granted write access to the file system.
This worked in Syncope 1.1.X, because Spring's VelocityEngineFactoryBean
by default overrides Velocity's logging to use commons logging
(via CommonsLogLogChute). Syncope's VelocityEngineFactoryBean in 1.2.X /
master
doesn't have this functionality.
I suggest adding this to Syncope's VelocityEngineFactoryBean.
WDYT?
Cheers,
Guido