If you are running a Persistit-based application on a computer with a keyboard, mouse and display, you can start the AdminUI locally, running within the same JVM as the application. To do this:
Specify the property value
showgui = true
in the Persistit configuration file,
Or add the option
-Dcom.persistit.showgui=true
to your command line, or
Or invoke the method
Persistit.getInstance().setupGUI(true);
within your application code.