Do take Rob’s advice and search wMUsers for previous discussions on properties and configuration variables.
Also, beginning with Integration Server 6.5 SP2 there is a new built-in service pub.utils:getSystemProperty that will retrieve a property from the JVM’s system properties. The service allows a default value to be specified, if the property key does not exist.
So, you can build a simple startup service that reads a properties file for that package, adds the props into the system properties and then your service can call the new built-in service to retrieve the desired property.
Note that there are many more options and that the new meta-data repository coming in IS 7.x should add a few more.
Mark
#Flow-and-Java-services#webMethods#Integration-Server-and-ESB