Hi,
I'd link to migrate from Velocity tools version 1.3 to version 2.0. With
version 1.3 it was possible to change the root-URL of the
URLResourceLoader by simply overwriting the method
"loadConfiguration(ServletConfig config).", e.g.
@Override
protected ExtendedProperties loadConfiguration(ServletConfig
config) throws IOException {
ExtendedProperties props = super.loadConfiguration(config);
props.addProperty("url.resource.loader.root",this.customURL);
return props;
}
With version 2.0 this seems not to be possible anymore. What is the best
way to do the same with the new tools version?
Thanks.
Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]