LdapContext ctx = new InitialLdapContext( env, null );
if ( isDebugEnabled() )
{
System.out.println( "Connection to the server established.\n" + "Sending extended request ... " );
}
ctx.extendedOperation( JndiUtils.toJndiExtendedRequest( new LaunchDiagnosticUiRequest( 3 ) ) );
ctx.close();
}