Modify Classpath of my package in Integration Server [SOLVED]

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

Thanks
Douglas B.H

Hi Douglas,

Can you please explain your requirement???

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

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.