cancel
Showing results for 
Search instead for 
Did you mean: 

How to see the result with restart alfresco share

zengqingyi12
Champ in-the-making
Champ in-the-making
Right now I am developping a alfresco plugin. And every time i modified the documentlist.js(or other javascript file),
I must restart the alfresco share to see the result.
you know, Restart the server consume much time, whether or not there is a method the speed up this process ?
1 REPLY 1

mikeh
Star Contributor
Star Contributor
Use one of the exploded deployment targets instead, then you won't need to restart unless you update the java classes.
ant deploy-slingshot-tomcat-exploded

Mike