From 9401f816dd0d9d550fe98a8507224bde51c4b847 Mon Sep 17 00:00:00 2001 From: hongbotian Date: Mon, 30 Nov 2015 02:41:33 -0500 Subject: upload tomcat JIRA: BOTTLENECK-7 Change-Id: I875d474869efd76ca203c30b60ebc0c3ee606d0e Signed-off-by: hongbotian --- .../tools/dist/binaries/windows/README.html | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 rubbos/app/tomcat-connectors-1.2.32-src/tools/dist/binaries/windows/README.html (limited to 'rubbos/app/tomcat-connectors-1.2.32-src/tools/dist/binaries/windows/README.html') diff --git a/rubbos/app/tomcat-connectors-1.2.32-src/tools/dist/binaries/windows/README.html b/rubbos/app/tomcat-connectors-1.2.32-src/tools/dist/binaries/windows/README.html new file mode 100644 index 00000000..a13ce392 --- /dev/null +++ b/rubbos/app/tomcat-connectors-1.2.32-src/tools/dist/binaries/windows/README.html @@ -0,0 +1,60 @@ +

Download from your + nearest mirror site!

+ +

Please do not download from www.apache.org. Use a mirror + site to help us save apache.org bandwidth and to speed up your download. + + Click here to find your nearest mirror.

+ +

Windows Users, Read These First...

+ +

Warning: TCP/IP networking must be installed

+ +

TCP/IP must be correctly installed, configured and running in + order to install and use Apache Tomcat Connectors on Windows.

+ +

If you are installing on Windows XP prior to Service Pack 3

+ +

Install the Windows XP Service Pack 3. Refer to + + KB article 317949 if you need the gory details exactly why you must + not run the original Windows XP or SP1. +

+ +

Warning about the Quality of Service driver

+ +

We suggest disabling the "Quality of Service" (or QoS) network driver from + Microsoft if you primarily use the machine as an Web Server, as connector + does not support the QoS extensions to the WinSock API.

+ +

Warning about Firewall and similar software

+ +

Most Firewall programs, Web Spam filters and other TCP/IP driver-based + products (including spyware!) do not correctly implement the entire WinSock + API. The shortcuts taken by the developers of such products could cause + connector to fail. +

+ +

The current stable release is 1.2.32

+ +

See the Apache Tomcat Connectors +changelog +for the complete list of features and bugs fixed in this release.

+ +

Debugging and Source Code

+ +

You can find a corresponding -symbols.zip archive of the + debugging databases in the symbols/ + directory, these are typically not needed. This -symbols.zip + archive can be unpacked into the web server installation directory, providing + all of the .pdb diagnostic files allowing most Windows debugging tools + (and the Dr. Watson utility) to produce useful crash analysis.

+ +

You will find the source code package in the + /dist/tomcat-connectors/jk/ source tree. The -src.zip file + contains only source and build files, and contains + no binary executable files.

+ +

This binary release was created with Microsoft Windows DDK 7.1, + using a more recent Platform SDK. +

-- cgit 1.2.3-korg