From: kkolinko
diff --git a/webapps/docs/apr.xml b/webapps/docs/apr.xml
index b3d056133..1816ea46d 100644
--- a/webapps/docs/apr.xml
+++ b/webapps/docs/apr.xml
@@ -29,6 +29,10 @@
diff --git a/webapps/docs/balancer-howto.xml b/webapps/docs/balancer-howto.xml
index ed4f768e4..b978b9ad6 100644
--- a/webapps/docs/balancer-howto.xml
+++ b/webapps/docs/balancer-howto.xml
@@ -32,12 +32,7 @@
-
-Using the JK native connector
diff --git a/webapps/docs/cgi-howto.xml b/webapps/docs/cgi-howto.xml
index b9b880a17..c84e0b55c 100644
--- a/webapps/docs/cgi-howto.xml
+++ b/webapps/docs/cgi-howto.xml
@@ -29,6 +29,10 @@
The CGI (Common Gateway Interface) defines a way for a web server to
diff --git a/webapps/docs/class-loader-howto.xml b/webapps/docs/class-loader-howto.xml
index c964022ac..9564fbde9 100644
--- a/webapps/docs/class-loader-howto.xml
+++ b/webapps/docs/class-loader-howto.xml
@@ -30,6 +30,9 @@
You can also check the configuration reference documentation.
Simply add Choosing a connector to use with Tomcat can be difficult. This page will
diff --git a/webapps/docs/default-servlet.xml b/webapps/docs/default-servlet.xml
index 6ab6ff961..9f6c92d66 100644
--- a/webapps/docs/default-servlet.xml
+++ b/webapps/docs/default-servlet.xml
@@ -29,18 +29,8 @@
A number of additional third party components may be used with Apache
diff --git a/webapps/docs/introduction.xml b/webapps/docs/introduction.xml
index ba1059db4..56beb0a42 100644
--- a/webapps/docs/introduction.xml
+++ b/webapps/docs/introduction.xml
@@ -29,6 +29,9 @@
-Introduction
-Introduction
Tomcat uses
diff --git a/webapps/docs/maven-jars.xml b/webapps/docs/maven-jars.xml
index 183185f90..b1cdf66c6 100644
--- a/webapps/docs/maven-jars.xml
+++ b/webapps/docs/maven-jars.xml
@@ -29,6 +29,9 @@
Tomcat uses JMX MBeans as the technology for implementing
diff --git a/webapps/docs/monitoring.xml b/webapps/docs/monitoring.xml
index 6509dbcc1..9e32724fc 100644
--- a/webapps/docs/monitoring.xml
+++ b/webapps/docs/monitoring.xml
@@ -30,6 +30,10 @@
Monitoring is a key aspect of system administration. Looking inside a
diff --git a/webapps/docs/proxy-howto.xml b/webapps/docs/proxy-howto.xml
index da33b1fcf..4fb39fb7d 100644
--- a/webapps/docs/proxy-howto.xml
+++ b/webapps/docs/proxy-howto.xml
@@ -29,6 +29,9 @@
-Quick Start
-
-Using Apache HTTP Server 2.x and mod_proxy
-
-
-
+
-Configuration
-Production Configuration
-Web Application Compilation
-Using Jikes
-
-
-Database Connection Pool (DBCP) Configurations
-Non DBCP Solutions
-Oracle 8i with OCI client
-Common Problems
-
-
-What is a Realm?
-Common Features
-Configuring a Realm
-
-
-Digested Passwords
-
-Standard Realm Implementations
-Example Application
-Manager Application
-Logging Within Realms
-
-
-JDBCRealm
-
-DataSourceRealm
-JNDIRealm
-MemoryRealm
-JAASRealm
-CombinedRealm
-LockOutRealm
-
Tomcat is configured to be reasonable secure for must use cases by
default. Some environments may require more, or less, secure configurations.
@@ -99,7 +103,7 @@
The APR Lifecycle Listener is not stable if compiled on Solaris using
- gcc. It using the APR/native connector on Solaris, comppile it with the
+ gcc. It using the APR/native connector on Solaris, compile it with the
Sun Studio compiler.
The tomcatAuthentication attribute is used with the @@ -220,11 +224,11 @@ configured within each web application. Alternatively, the version number can be changed by creating the following file in CATALINA_HOME/lib/org/apache/catalina/util/ServerInfo.properties with the - content as follows: + content as follows:
Modify the values as required. Note that this will also change the version number reported in some of the management tools and may make it harder to determine the real version installed. The CATALINA_HOME/bin/version.bat|sh script will still report the version number.
@@ -239,7 +243,7 @@ server.info=Apache Tomcat/7.0.x tomcat-users.xml require a restart of Tomcat to take effect.The JDBCRealm is not recommended for production use as it single - threaded for all authentication and authorisation options. Use the + threaded for all authentication and authorization options. Use the DataSourceRealm instead.
The UserDatabaseRealm is not intended for large-scale installations. It diff --git a/webapps/docs/security-manager-howto.xml b/webapps/docs/security-manager-howto.xml index 9ddaff291..eb8787bcd 100644 --- a/webapps/docs/security-manager-howto.xml +++ b/webapps/docs/security-manager-howto.xml @@ -30,6 +30,9 @@
+This document introduces several ways to set up Tomcat for running diff --git a/webapps/docs/ssi-howto.xml b/webapps/docs/ssi-howto.xml index 784d5e155..0479a8b51 100644 --- a/webapps/docs/ssi-howto.xml +++ b/webapps/docs/ssi-howto.xml @@ -29,6 +29,10 @@
+SSI (Server Side Includes) are directives that are placed in HTML pages, diff --git a/webapps/docs/ssl-howto.xml b/webapps/docs/ssl-howto.xml index 714a22d69..98f867e78 100644 --- a/webapps/docs/ssl-howto.xml +++ b/webapps/docs/ssl-howto.xml @@ -30,6 +30,9 @@
+For the sake of this how-to, assume you have a development host with two diff --git a/webapps/docs/windows-service-howto.xml b/webapps/docs/windows-service-howto.xml index c50d5c0c6..c2831afda 100644 --- a/webapps/docs/windows-service-howto.xml +++ b/webapps/docs/windows-service-howto.xml @@ -28,7 +28,11 @@
- + +Tomcat7 is a service application for running Tomcat7 as NT service.