JMX program to set classpath and arguments for a horizontal clustered WebLogic domain
I am trying to set the classpath and arguments through WLST , but it is throwing attribute not exposed through JMX error.
java.lang.RuntimeException: java.lang.RuntimeException: The requested attribute is not exposed through JMX: setArguments
Is there any JMX program reference to use for setting the classpath and arguments ?
Thanks In Advance