Not able to view the changes made in Jar file inside Alfresco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2017 06:31 AM
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?
- Labels:
-
Alfresco Process Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2017 08:58 AM
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
