Search:

Type: Posts; User: germanbalbastro; Keyword(s):

Search: Search took 0.01 seconds.

  1. Solution

    This is the solution:

    url = new JMXServiceURL("service:jmx:rmi://localhost:23791/oc4j/MyApp");
    Hashtable env = new Hashtable();
    Hashtable credentials = new Hashtable();
    credentials.put("login",...
  2. SecurityException when remote acceding to mbean

    I have an application deployed in the OC4J 10.1.3 and its starts a JMX server using Spring 1.2.7 and publish a class. The application-context xml file is:

    <!-- start a JMX Server -->
    <bean...
Results 1 to 2 of 2