tags:

views:

229

answers:

1

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.

A: 

"Custom property" is a generate term in WAS configuration for applying arbitrary properties to all kinds of objects. Custom properties on the JVM configuration object do translate to system properties that can be acquired using System.getProperty. What are you trying to do?

bkail
I'm attempting to configure a custom application router in the WebSphere SIP container. It supports custom properties, but I can't find anything on how to access those properties.
David Grant
Unfortunately, I know nothing about SIP, so any other information I could provide would just be guessing. Sorry.
bkail