ArrayList roots = new ArrayList(1);
roots.add(templateLocation);
try
{
templateLocator = new JetspeedTemplateLocator(roots, "email", getPortletContext().getRealPath("/"));
templateLocator.start();
}
catch (FileNotFoundException e)
{
throw new PortletException("Could not start the template locator.", e);