Hi, --- Hammad Sophie <[EMAIL PROTECTED]> wrote: > How do I add an alternate location for jetspeed to pick up velocity > templates from?
The support for this has only just been added, so make sure you are using current jetspeed from CVS - not the 1.3a2 release. > > services.VelocityService.file.resource.loader.path = > /WEB-INF/templates/vm, > WEB-INF/test/templates/vm This is correct. > Also, what is the following entry in jetspeedresources.properties > for? > services.TemplateLocator.templateRoot=/WEB-INF/templates > This location is where the JetspeedTemplateLocator service looks for templates - it usually looks for a language/country/device specific in these directories and then passes the expanded path to the velocity (or jsp) service. Thus you need to add your new template directory here too. This is the recent code change in CVS - so you'll need to download that. There is a third place to change for jsp's - if you are using them... Regards, Chris ===== ------------------------------------------ http://www.soccer2002.org.uk - The Game is On! __________________________________________________ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
