webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Modify Classpath of my package in Integration Server [SOLVED]

  • 1.  Modify Classpath of my package in Integration Server [SOLVED]

    Posted Tue May 20, 2014 10:10 PM

    How can I add an xml configuration file into my package’s classpath in Integration Server?

    Thanks
    Douglas B.H


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 2.  RE: Modify Classpath of my package in Integration Server [SOLVED]

    Posted Wed May 21, 2014 04:42 AM

    Hi Douglas,

    Can you please explain your requirement???

    You can add configuration files under /config directory under the myPackage on IS directory/packages


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 3.  RE: Modify Classpath of my package in Integration Server [SOLVED]

    Posted Mon July 21, 2014 05:47 PM

    I solve this by modifying the default value of this entry in the manifest file with:

    and by putting the xml file in the jars folder.

    I definitely did not explain myself very well. I was having issue with a .jar and some xml files not visible in the classpath. The .jar due to IS using the same jar but a prior version of it so it was being loaded already, and the XML need to be in /jars folder to be visible to the java classes.


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods