1. Create the Web application servlet extension.
    $ bin/dsconfig create-web-application-extension \
      --extension-name "Hello Web Application" \
      --set "base-context-path:/hello-app" \
      --set "document-root-directory:/opt/hello-web-app" 
  2. By default, the HTTP connection handler has an advanced monitor entry property, keep-stats, that is set to TRUE by default. You can monitor the connection handler using the ldapsearch tool.
    $ bin/ldapsearch --baseDN "cn=monitor" \
      "(objectClass=ds-http-connection-handler-statistics-monitor-entry)"