From 1cff5b63b5503feaa555c9f31ddc057fe9a18fdd Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Mon, 6 Oct 2014 06:56:59 +0000 Subject: QPID-6108: [Java Broker Documentation] Updates for changes made during 0.30 * Remove references to virtualhost.xml * Rework concepts section * Rework management section to separate means of management from management of the entities themselves * Remove references message stores * Update JVM defect to Java 7 * ACL updates * Add Flow to Disk Still further changes required flagged by TODO. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1629579 13f79535-47bb-0310-9956-ffa450edef68 --- ...ker-Configuring-And-Managing-Web-Management.xml | 64 ---------------------- 1 file changed, 64 deletions(-) delete mode 100644 qpid/doc/book/src/java-broker/Java-Broker-Configuring-And-Managing-Web-Management.xml (limited to 'qpid/doc/book/src/java-broker/Java-Broker-Configuring-And-Managing-Web-Management.xml') diff --git a/qpid/doc/book/src/java-broker/Java-Broker-Configuring-And-Managing-Web-Management.xml b/qpid/doc/book/src/java-broker/Java-Broker-Configuring-And-Managing-Web-Management.xml deleted file mode 100644 index 76d29093ad..0000000000 --- a/qpid/doc/book/src/java-broker/Java-Broker-Configuring-And-Managing-Web-Management.xml +++ /dev/null @@ -1,64 +0,0 @@ - - - -
- HTTP Management - -
- Introduction - - The brokers HTTP Management Plugin provides the Web Management Console - to enable fully configuring the Broker, via an underlying REST management interface. - - - It is included into the brokers Initial Configuration by default, and is responsible for servicing the HTTP ports configured on the broker. - -
- - - - -
- HTTP Management Plugin Configuration - - - The HTTP Management Plugin itself can be configured through the Web Management Console - and underlying REST management interface. By double-clicking on the Http Management Plugin name in the object tree a tab for the plugin - is displayed with its current settings, which can be changed by clicking on the "Edit" button. - - The following attributes can be set on the HTTP Management Plugin: - - Basic Authentication for HTTP. It is set to false (disabled) by default. - Basic Authentication for HTTPS. It is set to true (enabled) by default. - SASL Authentication for HTTP. It is set to true (enabled) by default. - SASL Authentication for HTTPS. It is set to true (enabled) by default. - Session timeout is the timeout in seconds to close the HTTP session. - It is set to 10 minutes by default. - - NOTE: Changes to the Session Timeout attribute only take effect at broker restart. - -
- - - - -
-- cgit v1.2.1