How can I access custom properties in WebSphere?

Posted by David Grant on Stack Overflow See other posts from Stack Overflow or by David Grant
Published on 2010-05-27T14:15:55Z Indexed on 2010/05/28 17:32 UTC
Read the original article Hit count: 193

Filed under:

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.

© Stack Overflow or respective owner

Related posts about websphere