Where to put external jars in Cheetah SP6 Patch 2 ?
-
-
rishabh.verma
Participant2 years, 5 months ago #3476Hi,
In one our usecase we need to use some external jars. Where we can put in those jars so that they are loaded in runtime in Ignio?
We have app server having following components and directory structure as:
“/data/ignio/applications”core
edge
ppm
streams
solution
registryWe have one folder as dependency-jars, so as of now we have placed the jar in “/data/ignio/applications/dependency-jars” folder, but still Ignio is not able to resolve the class.
Also please suggest if we need to restart any appliance after putting the jar.Thanks
-
bana.sunit
Participant2 years, 5 months ago #3502::Hi Rishabh
From SP7 onwards proxy-agent already has the support for below dependency
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-xmlrpc</artifactId>
<version>0.8</version>You can write Groovy code with the same dependency that will run on the proxy (for iworkflow use step.onproxy)
-
bana.sunit
Participant -
vijayaraghavan.tvr
Participant -
rishabh.verma
Participant -
rishabh.verma
Participant
-
You must be logged in to reply to this topic.