Author: kkolinko
Date: Wed Jun 17 17:21:33 2009
New Revision: 785735
URL: http://svn.apache.org/viewvc?rev=785735&view=rev
Log:
trivial: corrected spelling errors in docs
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml
tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml?rev=785735&r1=785734&r2=785735&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml Wed Jun 17 17:21:33 2009
@@ -117,8 +117,8 @@
<code>AJP/1.3</code> and configures
<code>org.apache.jk.server.JkCoyoteHandler</code> the original blocking
Java connector by default.<br/>
- If the <code>PATH(Windows)</code> or <code>LD_LIBRARY_PATH
- (on most unix system)</code> environment variables contain the Tomcat
+ If the <code>PATH</code> (Windows) or <code>LD_LIBRARY_PATH</code>
+ (on most unix systems) environment variables contain the Tomcat
native library, the native/APR connector will automatically be
configured instead.<br/>
To use an explicit protocol rather than rely on the auto-switching
@@ -187,7 +187,7 @@
<p>This specifies if the encoding specified in contentType should be used
for URI query parameters, instead of using the URIEncoding. This
setting is present for compatibility with Tomcat 4.1.x, where the
- encoding specified in the contentType, or explicitely set using
+ encoding specified in the contentType, or explicitly set using
Request.setCharacterEncoding method was also used for the parameters from
the URL. The default value is <code>false</code>.
</p>
@@ -201,7 +201,7 @@
<attribute name="xpoweredBy" required="false">
<p>Set this attribute to <code>true</code> to cause Tomcat to advertise
- support for the Srevlet specification using the header recommended in the
+ support for the Servlet specification using the header recommended in the
specification. The default value is <code>false</code>.</p>
</attribute>
@@ -304,7 +304,7 @@
</attribute>
<attribute name="request.shutdownEnabled" required="false">
- <p>If true and a secret has been configured, a correctly fomatted AJP
+ <p>If true and a secret has been configured, a correctly formatted AJP
request (that includes the secret) will shutdown the Tomcat instance
associated with this connector. This is set to <code>false</code> by
default.</p>
@@ -324,7 +324,7 @@
</attribute>
<attribute name="tomcatAuthentication" required="false">
- <p>If set to <code>true</code>, the authetication will be done in
Tomcat.
+ <p>If set to <code>true</code>, the authentication will be done in
Tomcat.
Otherwise, the authenticated principal will be propagated from the native
webserver and used for authorization in Tomcat.
The default value is <code>true</code>.</p>
Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml?rev=785735&r1=785734&r2=785735&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml Wed Jun 17 17:21:33 2009
@@ -118,7 +118,7 @@
Sets the protocol to handle incoming traffic.
The default value is <code>HTTP/1.1</code> and configures the
<code>org.apache.coyote.http11.Http11Protocol</code>. This is the
blocking Java connector.<br/>
- If the <code>PATH(Windows)</code> or <code>LD_LIBRARY_PATH(on most
unix system)</code>
+ If the <code>PATH</code> (Windows) or <code>LD_LIBRARY_PATH</code> (on
most unix systems)
environment variables contain the Tomcat native library, the APR
connector
will automatically be configured. Please be advised that the APR
connector has different
settings for HTTPS than the default Java connector.<br/>
@@ -130,7 +130,6 @@
The configuration for both Java connectors are identical, both for
http and https. <br/>
For more information on the APR connector and APR specific SSL
settings please
visit the <a href="../apr.html">APR documentation</a>
-
</p>
</attribute>
@@ -199,7 +198,7 @@
<p>This specifies if the encoding specified in contentType should be used
for URI query parameters, instead of using the URIEncoding. This
setting is present for compatibility with Tomcat 4.1.x, where the
- encoding specified in the contentType, or explicitely set using
+ encoding specified in the contentType, or explicitly set using
Request.setCharacterEncoding method was also used for the parameters from
the URL. The default value is <code>false</code>.
</p>
@@ -207,7 +206,7 @@
<attribute name="useIPVHosts" required="false">
<p>Set this attribute to <code>true</code> to cause Tomcat to use
- the IP address that the request was recieved on to determine the Host
+ the IP address that the request was received on to determine the Host
to send the request to. The default value is <code>false</code>.</p>
</attribute>
@@ -436,7 +435,7 @@
<attribute name="selectorTimeout" required="false">
<p>(int)The time in milliseconds to timeout on a select() for the
poller.
- This value is important, since connection clean up is done on the
same thread, so dont set this
+ This value is important, since connection clean up is done on the
same thread, so do not set this
value to an extremely high one. The default value is
<code>1000</code> milliseconds.</p>
</attribute>
<attribute name="useComet" required="false">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]