Hi developer experts,
of course we all know those dfc.globalregistry.**** entries in dfc.properties. Having examinend DFC a little bit deeper there is a DfPreferences class handling entries from dfc.properties file. Unfortunately that is a singleton and should not be threadsafe for modification by (parallel) requests to my WebService...
...because I need to switch DCTM sessions in my WebService to connect to 2 systems/environments:
1. current "WORK" DocBase
2. new "SUPPORT" DocBase to handle some migrated applications with their data
(I hope to split Content Server load through that).
Applications requesting my WebService right now should not be touched... so I can not set up a 2nd WebService instance, sorry.
Unfortunately the system admins do not like to have the new DocBase using the same BOF Global Registry (GR-WORK)... there would be an additional GR-SUPPORT DocBase.
But I can only enter 1 BOF GR config in dfc.props... and I can not change/adjust that at runtime for each session (see above... singleton/threadsafe?)
So I would like to know what exactly is fetched from BOF GR... maybe that is not used/needed by my WebService's functions and I could go with a warning on a DUMMY BOF GR entry in dfc.props...
Is there any DFC/Java code example to see/dump all data being fetched from BOF GR?
Or any experiences?
Short hint to used products in current "WORK" DocBase that may have settings/data in GR-WORK:
Webtop (will be deprecated soon), TCS, IRM, RPS, D2.
Thanks in advance, Juergen.