cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config webapp.xml

2002-04-28 Thread remm

remm02/04/28 00:32:57

  Modified:webapps/tomcat-docs/config webapp.xml
  Log:
  - Undeprecate mod_webapp. I thought this had been voted, but it wasn't.
  
  Revision  ChangesPath
  1.4   +0 -3  jakarta-tomcat-4.0/webapps/tomcat-docs/config/webapp.xml
  
  Index: webapp.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/webapp.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- webapp.xml16 Apr 2002 17:48:56 -  1.3
  +++ webapp.xml28 Apr 2002 07:32:57 -  1.4
  @@ -16,9 +16,6 @@
   
   
   
  -  IMPORTANT NOTE: The Webapp connector is now deprecated. Use
  -  the Coyote JK 2 connector instead.
  -
 The Webapp Connector element represents a
 Connector component that communicates with a web
 connector via the WARP protocol.  This is used for cases
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config webapp.xml

2002-02-04 Thread jfclere

jfclere 02/02/04 10:03:13

  Modified:webapps/tomcat-docs/config webapp.xml
  Log:
  Start replacing the FIXMEs by something a little better.
  
  Revision  ChangesPath
  1.2   +56 -5 jakarta-tomcat-4.0/webapps/tomcat-docs/config/webapp.xml
  
  Index: webapp.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/webapp.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- webapp.xml25 Jan 2002 15:21:34 -  1.1
  +++ webapp.xml4 Feb 2002 18:03:12 -   1.2
  @@ -96,10 +96,49 @@
 It supports the following additional attributes (in addition to the
 common attributes listed above):
   
  -  
  +  
   
  -  FIXME - Document any additional configuration attributes
  -  supported by the WARP connector.
  +
  +  The maximum queue length for incoming connection requests when
  +  all possible request processing threads are in use.  Any requests
  +  received when the queue is full will be refused.  The default
  +  value is 10.
  +
  +
  +
  +  The debugging detail level of log messages generated by this
  +  component, with higher numbers creating more detailed output.
  +  If not specified, this attribute is set to zero (0).
  +
  +
  +
  +  The maximum number of request processing threads to be created
  +  by this Connector, which therefore determines the
  +  maximum number of simultaneous requests that can be handled.  If
  +  not specified, this attribute is set to 20.
  +
  +
  +
  +  The number of request processing threads that will be created
  +  when this Connector is first started.  This
  +  attribute should be set to a value smaller than that set for
  +  maxProcessors.  The default value is 5.
  +
  +
  +
  +  The TCP port number on which this Connector
  +  will create a server socket and await incoming connections.  Your
  +  operating system will allow only one server application to listen
  +  to a particular port number on a particular IP address.
  +
  +
  +
  +  Set the applications base directory for Hosts 
  +  created via WARP.
  +  The default value is "webapps".
  +
  +
  +  
   
 
   
  @@ -108,8 +147,20 @@
   
   
   
  -  FIXME - Document any use of a nested Factory
  -  element for communicating with mod_webapp over SSL.
  +  
  +  
  +  mod-webapp offers a specific Engine when running the
  +  Webapp Connector in its own
  +  service.
  +  This Engine allows webapp to create and to map the
  +  Hosts corresponding to the VirtualHost defined in the
  +  httpd.conf file.
  +  The standard implementation of Webapp Engine is
  +  org.apache.catalina.connector.warp.WarpEngine.
  +  It supports the standard Engine.
  +  attributes. 
  +
  +  
   
   
   
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: