cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco too slow...stop/start

eldi
Champ in-the-making
Champ in-the-making
Hello,

I am really new in alfresco.I started by making an easy example by adding files in the extensions folders.
I noticed that i need to stop/start all the time i do a change or modification which is really time consuming.The backward is that Tomcat-alfresco start in about 2 min(with a corei7)….(and about 3.5/4 min with a core2Duo.)

What solutions can you advice me ?

Thank you.
4 REPLIES 4

jpotts
World-Class Innovator
World-Class Innovator
If you are making changes to the Share web application, run Share on a different Tomcat than the Alfresco WAR. The Share webapp restarts much faster.

Jeff

bisana
Champ on-the-rise
Champ on-the-rise
Hi Jeff
Thanks for replying, reading the post I have a idea. Is it possible for me to run only 'share'. if so will it affect in any way the functinality of Alfresco DM

sasquatch58
Champ in-the-making
Champ in-the-making
Alfresco needs to be running before Share will run.
You can install Share on another machine (under Tomcat) and point it to the Alfresco install.

Cheers, Sasquatch

eldi
Champ in-the-making
Champ in-the-making
Hello,

Thank you friends !
1)I removed the share.war web application….now i am at around 40 sec. when restarting Tomcat.
2)Another option to avoid the stop/restart is to add in the Context.xml of tomcat/conf :


<Context reloadable="true">

When you deploy it will restart automatically.