Here is an example. Assume that I have 2 single WAS server JVMs. One on box A and the other on box B. Because of business requirement, I don't want to put them into one cell with ND. These 2 single WAS JVMs will generate its own plugin-cfg.xml file. Let's say that application on these 2 JVMs will be serving for same domain, for example:
www.example.com/boxA for JVM on box A and
www.example.com/boxB for JVM on box B, while
www.example.com is served by one instance of IHS.
From what I search from the web, the only way is to merge 2 plugin files into one file. I wonder if there is other way that can I keep these 2 plugin files untouched.