Skip Headers
Previous
Previous
 
Next
Next

Creating a New logging.properties File

This topic describes how to create a new logging.properties file.

To create a new logging.properties file:

  1. In the folder where you want to store the logging.properties file, create a new file and save it as logging.properties.

  2. At the [MISSION_CONTROL_HOME]/com.jrockit.mc.core, directory, double-click to open the logging.properties file and copy the contents to your clipboard.

  3. Paste the copied contents from your clipboard into the logging.properties file you created in step 1.

  4. Change any property you want. To see guidelines and additional information on setting logging properties, see the Javadoc for the java.util.logging package.

  5. Save and close the logging.properties file.

  6. In Eclipse, select Windows then Preferences.

    The Preferences dialog box appears.

  7. Select Java Mission Control.

    The right panel changes to show the location of the logging settings file for the Java Mission Control Client.

  8. Do one of the following:

    • Type the path to the logging.properties file; for example, C:/logging.properties

    • Click Browse to open the Open dialog box and then navigate to modified version of the logging.properties file. After you have selected the logging.properties file, click Open.

  9. In the Preferences dialog box, click OK.

  10. Close and restart the Java Mission Control Client.