Not able to view the changes made in Jar file inside Alfresco

cancel
Showing results for 
Search instead for 
Did you mean: 
bhasker_rahul
Member II

Not able to view the changes made in Jar file inside Alfresco

Even though i am deploying correct jar file by placing it inside tomcat/Shared/lib,i am not able to view the changes made in Jar file inside Alfresco.Can someone help me out in this?

1 Reply
gdharley
Intermediate

Re: Not able to view the changes made in Jar file inside Alfresco

This seems to be more of a tomcat question than an activiti question.

But make sure your catalina.properties includes a definition for the shared library.

Somethign like the following should suffice:

shared.loader=$CATALINA_HOME/shared/lib

Also, be careful of case in your path as Shared != shared

I generally dont use shard/lib, rather I put the library in tomcat/lib and have never had a problem with the classloader picking up the libraries.

G