cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/buf DateTool.java

2001-08-24 Thread hgomez
hgomez 01/08/24 01:02:35 Modified:src/share/org/apache/tomcat/modules/server Http10Interceptor.java src/share/org/apache/tomcat/util/buf DateTool.java Log: Fix Bug #345 concerning missing DataHeaders in http connector Revision Changes

Thread pool support

2001-08-24 Thread Bojan Smojver
I've been trying to find in the source if something like this is supported: in Tomcat 3.3, rather then

RE: Thread pool support

2001-08-24 Thread Larry Isaacs
Hi Bojan, The user's guide still has a lot of content that is out of date. You cite one of the sections that I haven't updated yet. The reading of server.xml is controlled by ServerXmlReader.java found in "tomcat/modules/config". See the setBackward() method at the end of the file for how the o

Re: Thread pool support

2001-08-24 Thread Bojan Smojver
Larry Isaacs wrote: > > Hi Bojan, > > The user's guide still has a lot of content that is out of date. > You cite one of the sections that I haven't updated yet. > > The reading of server.xml is controlled by ServerXmlReader.java > found in "tomcat/modules/config". See the setBackward() method

Re: Thread pool support

2001-08-24 Thread Bojan Smojver
Larry Isaacs wrote: > Hope this helps, > > Larry OOPS. Trigger happy! Take 2 :-) Bojan --- /home/groups/devel/jakarta/jakarta-tomcat/src/doc/tomcat-ug.htmlSat Aug 18 11:25:01 2001 +++ tomcat-ug.html Fri Aug 24 23:19:05 2001 @@ -1313,24 +1313,14 @@