What's the alternative to using the command line? thanks. Is there something that needs to be done on the deployment descriptor or security settings?
Just guessing, but since it's just a -D param, you could possibly also set it programmatically, e.g. System.getProperties().put("oc4j.jmx.security.prox y.off", "true");
however haven't tried that, and not sure if it would work -- depends on how early in the startup process you manage to programmatically set it.
I tried something like that via OC4J enterprise manager, but I think it's too late at that point.
I want to avoid disabling that security feature if possible, but not sure how to configure spring to login to the JMX Bean server.
Last edited by bchi49; Jun 11th, 2009 at 07:20 PM.