How can I access custom properties in WebSphere?
- by David Grant
I have set some custom properties for a container in WebSphere, but I can't figure out how to read those properties back. I've tried System.getProperty(...), but it's empty.
I've seen references to JMX, but wondered if there was a definitive answer.