I have a series of custom properties set at the JVM level for WebSphere 6.1. From the WAS console, I added them via “Application Servers / server1 / Process Definition / Java Virtual Machine / Custom Properties”. I have a startup servlet that reads one or more of these properties. When I start websphere at the command line via startserver.bat, the code works and is able to find these properties. When I start websphere via MyEclipse Blue, when this code fires, each of my custom properties come back as null when I call System.getProperty(“propertyname”). I debugged, and found none of my custom properties are in the collection returned by System.getProperties(), although the standard properties are there.
I see these properties in the server’s server.xml. Help?
Thanks
Jay