Author: snoopdave
Date: Fri Jan 27 08:02:30 2006
New Revision: 372889
URL: http://svn.apache.org/viewcvs?rev=372889&view=rev
Log:
Fixed connector example per Anil
Modified:
incubator/roller/trunk/docs/installguide/generated/roller-install-guide-210.pdf
incubator/roller/trunk/docs/installguide/generated/roller-install-guide-210.txt
incubator/roller/trunk/docs/installguide/roller-install-guide-210.odt
Modified:
incubator/roller/trunk/docs/installguide/generated/roller-install-guide-210.pdf
URL:
http://svn.apache.org/viewcvs/incubator/roller/trunk/docs/installguide/generated/roller-install-guide-210.pdf?rev=372889&r1=372888&r2=372889&view=diff
==============================================================================
Binary files - no diff available.
Modified:
incubator/roller/trunk/docs/installguide/generated/roller-install-guide-210.txt
URL:
http://svn.apache.org/viewcvs/incubator/roller/trunk/docs/installguide/generated/roller-install-guide-210.txt?rev=372889&r1=372888&r2=372889&view=diff
==============================================================================
---
incubator/roller/trunk/docs/installguide/generated/roller-install-guide-210.txt
(original)
+++
incubator/roller/trunk/docs/installguide/generated/roller-install-guide-210.txt
Fri Jan 27 08:02:30 2006
@@ -255,12 +255,16 @@
For example, in Tomcat the URI encoding is specified in the connectors that
are configured in the Tomcat configuration file conf/server.xml. Here's a
connector with the URI encoding attribute set properly:
- <Connector port="8080"
- enableLookups="false"
- URIEncoding="UTF-8"
- redirectPort="8443"
- debug="0"
- protocol="AJP/1.3" />
+ <Connector port="8080"
+ maxThreads="150"
+ minSpareThreads="25" maxSpareThreads="75"
+ enableLookups="false"
+ redirectPort="8443"
+ acceptCount="100"
+ debug="0"
+ connectionTimeout="20000"
+ disableUploadTimeout="true"
+ URIEncoding="UTF-8" />
And make sure you do this for every connector through which you use Roller.
For example, if you use the AJP connector or HTTPS connector you need to add
the URIEncoding="UTF-8" attribute to those connectors as well.
Modified: incubator/roller/trunk/docs/installguide/roller-install-guide-210.odt
URL:
http://svn.apache.org/viewcvs/incubator/roller/trunk/docs/installguide/roller-install-guide-210.odt?rev=372889&r1=372888&r2=372889&view=diff
==============================================================================
Binary files - no diff available.