cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco :Custome of JAVA CODE(JAR) Extension Location

nove-2011
Champ in-the-making
Champ in-the-making
Hello All,

I am new to Alfresco Explorer Extension (Customization).But Still Alfresco Share Extension is not independent,it uses ALFRESCO Explorer too.

For Custom Rule Creation,Custom Action Creation, my colleague wrote JAVA CLASS and created JAR for that.

His JAR we kept in tomcat/webapps/alfresco/WEB-INF/lib/ and it worked properly.

I want to move it to Extension Environment i.e.
tomcat/shared/
-classes
-lib<– JAR

But When I move it to Extension Environment then it won't work. Where to move (at which location I have to keep/put) my Custom JAR File(s) ?

Please Guide me and help me.

Thanks and Regards,
-Nove
1 REPLY 1

openpj
Elite Collaborator
Elite Collaborator
Try to change the value of the property shared.loader in the tomcat/conf/catalina.properties in the following way:
shared.loader=${catalina.base}/shared/classes,${catalina.base}/shared/lib/*.jar
Hope this helps.