In Websphere (8.5) a custom property is definded under application. How to get that in Java.
Applications -> Application Types -> WebSphere enterprise applications -> "Application Name" -> Custom Properties
I tried System.getenv(<<var>>)
and System.getProperty(<<var>>)
nothing worked.