Hi,
If your files have a very different lifespan and/or deployment cycle than your code, you might consider other approaches:
- replicate the packages hierarchy in a sibling directory (I use packages.var) just for the config directory
- use a dedicated directory inside IntegrationServer/config with a file or directory named after your package
This way you might find it easier to handle code and config.
If you are keeping properties in those files, you might consider leaving a default config file inside the config directory of your package as a fallback (so you still have some functionality even if the files are not deployed).
Best Regards,
#webMethods-General#webMethods#Integration-Server-and-ESB