HI Harsha, Ya this worked and also have to put <Environments>JENKINS, Carbon</Environments> to make sure carbon libraries are loaded to the class path.
Thanks On Mon, Jul 29, 2013 at 9:20 PM, Harsha Thirimanna <[email protected]> wrote: > 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. > > > > -- Shamika Ariyawansa Senior Software Engineer Mob:+ 94 772929486
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
