Page created: 4 Feb 2020
|
Page updated: 22 Jul 2020
| 1 min read
Product PingDirectory 8.1 Directory Capability Product documentation Content Type Administration User task IT Administrator Administrator Audience System Administrator Software Deployment Method Configuration
-
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"
-
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)"