Hi Shamika,
As I told you, you can create a runtime for the JENKINS
in ${carbon.home}/lib/runtimes/jenkins and put that libraries in to that.
Put a new entry to
${carbon.home}/repository/conf/tomcat/webapp-classloading-environments.xml
<ExclusiveEnvironment>
<Name>JENKINS</Name>
<Classpath>${carbon.home}/lib/runtimes/cxf/*.jar;${carbon.home}/lib/runtimes/jenkins/</Classpath>
</ExclusiveEnvironment>
then you have to put a new webapp-classloading.xml in to jenkins.war
with this change to that
<Environments>JENKINS</Environments>
This runtime will be loaded as per webapp.
If you want to have a shared runtime to all the jenkins wars in a
appserver , then you can have another runtime and put it
as SharedEnvironment and use it in Environments.
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture