Hi, With reference to application configuration packages, can the following be clarified : 1) Where do parameters related application specific business logic need to be placed ? In the properties.xml or a separate appname.properties file in the classpath folder of the config package ? I am guessing it is the properties file, but correct me if I am wrong. 2) If I were to use 2 instances of the same operator (e.g. : 2 Socket operators listening for messages on different ports), is it possible to specify the port number for each in the properties.xml file ? Again, my guess is no, because the <name> tag cannot differentiate between multiple instances of the same operator. 2.1) As an aside, is it ok to have multiple instances of any type of operator in each application or rather create a separate application altogether with a different config package ? the complexity in creating more than one application is sharing in-memory application data among each other.
Regards, Neeraj
