cancel
Showing results for 
Search instead for 
Did you mean: 

How update ftl templates (not webscript)

Not applicable
Hi,
i create many custom templates in /share/WEB-INF/classes/alfresco/templates.
Whenever I change one, i have to restart alfresco tomcat.
Is there a way to refresh templates without restart?

Alfresco version: 4.2.e

Thanks
Federico
2 REPLIES 2

openpj
Elite Collaborator
Elite Collaborator
Hai provato a configurare il development mode di Share?


<config evaluator="string-compare" condition="WebFramework">
     <web-framework>
          <autowire>
                 <mode>development</mode>
        </autowire>  
    </web-framework>
</config>

marcello_modica
Champ in-the-making
Champ in-the-making
You save me a lot of time!!!! Thanks a lot