diff --git a/documentation/dist/changelog.html b/documentation/dist/changelog.html deleted file mode 100644 index f0287c8..0000000 --- a/documentation/dist/changelog.html +++ /dev/null @@ -1,84 +0,0 @@ - - - -
--3.0.0 -- June 29, 2006 -
- -
-Connection Manager concentrates XMPP client connections and -forwards their traffic to an XMPP server. +Connection managers concentrate XMPP client connections and +forward their traffic to an XMPP server.
Documentation:
@@ -20,11 +20,11 @@-An active support community for Connection Manager is available at +An active support community for the Wildfire connection manager module is available at http://www.jivesoftware.org/forums/.
diff --git a/documentation/docs/install-guide.html b/documentation/docs/install-guide.html index 29d88db..1653d20 100644 --- a/documentation/docs/install-guide.html +++ b/documentation/docs/install-guide.html @@ -1,15 +1,15 @@ -Connection Manager lets XMPP servers scale to a greater number -of concurrent users. This document will guide you through installing -Connection Manager as a standalone application. For a full list of +
Connection managers distribute the load of client connections to improve +the scalability of XMPP servers. This document will guide you through installing +the connection manager module as a standalone application. For a full list of features and more information, please visit the Wildfire website: http://www.jivesoftware.org/wildfire
@@ -27,11 +27,13 @@tar -xzvf cmanager_3_0_0.tar.gz
mv cmanager /opt
Note: the .tar.gz and .zip builds do not contain a bundled Java runtime (JRE). Therefore, you must have JDK or JRE 1.5.0 (Java 5) or later installed on your system. You can check your java version by typing "java -version" at the command line and (if necessary) upgrade your Java installation by visiting http://java.sun.com.
+Note: the .tar.gz and .zip builds do not contain a bundled Java runtime (JRE). Therefore, you must have + JDK or JRE 1.5.0 (Java 5) or later installed on your system. You can check your java version by typing "java -version" + at the command line and (if necessary) upgrade your Java installation by visiting http://java.sun.com.
To complete the installation of Connection Manager, you'll need to +
To complete the installation of the connection manager, you'll need to perform each of the following steps:
XMPP requires that when clients or servers want to connect to another server a DNS +
XMPP requires that when clients or servers want to connect to another server, a DNS
SRV lookup must be performed to get the real IP address and port to use to connect.
-Currently Connection Managers only handle client-to-server traffic while server-to-server
+Currently, connection managers only handle client-to-server traffic while server-to-server
will go directly to the server. You will need to configure the DNS server so that client traffic
-is routed to Connection Managers. Depending on your architecture you may want to use a load
+is routed to connection managers. Depending on your architecture you may want to use a load
balancer in front of a set of connection managers or just configure local DNS servers to
redirect clients to a specific connection manager.
Use the cmanager.bat batch file to start the connection manager. The file is located in the bin/ directory of your Connection Manager installation. -
Advanced users may wish to pass in parameters to the Java virtual machine (VM) to customize - the runtime environment of Connection Manager. You can do this by editing the bin/cmanager.bat + the runtime environment of the connection manager module. You can do this by editing the bin/cmanager.bat or bin/cmanager.sh files and configuring the JVM_SETTINGS variable accordingly. For example, to set the minimum heap size to 512 MB and max VM heap size to 1024 MB, you'd use:
-Xms512m -Xmx1024m-
@@ -151,20 +124,6 @@
# ./cmanager |