Author: rjung
Date: Thu Jul 26 08:52:09 2007
New Revision: 559863

URL: http://svn.apache.org/viewvc?view=rev&rev=559863
Log:
Add a note on the need to choose a connection pool size to the
nsapi introduction docs page.

Modified:
    tomcat/connectors/trunk/jk/xdocs/webserver_howto/nes.xml

Modified: tomcat/connectors/trunk/jk/xdocs/webserver_howto/nes.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/webserver_howto/nes.xml?view=diff&rev=559863&r1=559862&r2=559863
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/webserver_howto/nes.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/webserver_howto/nes.xml Thu Jul 26 
08:52:09 2007
@@ -232,6 +232,23 @@
 
 <ul>
 <li>
+Edit your worker definition file <b>workers.properties</b>. You should at 
least choose a connection pool size:
+</li>
+</ul>
+
+<source>
+  #An entry that lists all the workers defined. For example:
+  worker.list=worker1
+  
+  # Entries that define the host and port associated with these workers.
+  worker.worker1.host=localhost
+  worker.worker1.port=8009
+  worker.worker1.type=ajp13
+  worker.worker1.connection_pool_size=50
+</source>
+
+<ul>
+<li>
 Restart Web Server (stop and start the server)
 </li>
 </ul>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to