Re: Extras
On 09/01/2019 17:10, Rémy Maucherat wrote: > Hi, > > So I'm looking at random small items as possible cleanups and ... The > extras came up. > > At some point (15 years ago) the idea was to have a smaller JAR and avoid > bloat, but right now I don't see the point of keeping them out of the > regular catalina.jar (and thus reduce the complexity of the build a bit): > - a listener to configure JMX remote (possibly not as useless as it sounds > for cloud stuff even though they like their Jolokia since it's json) > - some webservices naming factory (ok, so I guess it's not very useful, but > only +15kB or so) > > Did I miss something ? There is the possibility that an alternative logging JAR could return. https://markmail.org/message/gdmffcyporhcmqge Whether that needs an optional / alternative JAR or whether it could be handled via configuration is TBD. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: Extras
On Thu, Jan 10, 2019 at 1:09 PM Mark Thomas wrote: > There is the possibility that an alternative logging JAR could return. > https://markmail.org/message/gdmffcyporhcmqge > > Whether that needs an optional / alternative JAR or whether it could be > handled via configuration is TBD. > Ok, so I'm not doing anything immediately but I'll put my patch in a BZ instead. It does remove a chunk of build.xml, which is good. Rémy
[Bug 63072] New: Remove extras
https://bz.apache.org/bugzilla/show_bug.cgi?id=63072 Bug ID: 63072 Summary: Remove extras Product: Tomcat 9 Version: 9.0.14 Hardware: PC OS: All Status: NEW Severity: enhancement Priority: P2 Component: Packaging Assignee: dev@tomcat.apache.org Reporter: r...@apache.org Target Milestone: - Created attachment 36371 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36371&action=edit Remove extras There are only two extras JARs remaining, and I don't think keeping them is worthwhile. This patch folds them into catalina.jar. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: Extras
Am 10.01.2019 um 13:16 schrieb Rémy Maucherat: On Thu, Jan 10, 2019 at 1:09 PM Mark Thomas wrote: There is the possibility that an alternative logging JAR could return. https://markmail.org/message/gdmffcyporhcmqge Whether that needs an optional / alternative JAR or whether it could be handled via configuration is TBD. Ok, so I'm not doing anything immediately but I'll put my patch in a BZ instead. It does remove a chunk of build.xml, which is good. In the meantime Log4J2 (I think starting with 2.10.0) added the artefact log4j-appserver.jar and support for an additional config file log4j2-tomcat.xml: https://logging.apache.org/log4j/2.x/log4j-appserver/index.html That allows for clean integration, so I currently do no longer see a need for an alternative JULI jar. Regards, Rainer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: Extras
On Thu, Jan 10, 2019 at 2:53 PM Rainer Jung wrote: > Am 10.01.2019 um 13:16 schrieb Rémy Maucherat: > > On Thu, Jan 10, 2019 at 1:09 PM Mark Thomas wrote: > > > >> There is the possibility that an alternative logging JAR could return. > >> https://markmail.org/message/gdmffcyporhcmqge > >> > >> Whether that needs an optional / alternative JAR or whether it could be > >> handled via configuration is TBD. > >> > > > > Ok, so I'm not doing anything immediately but I'll put my patch in a BZ > > instead. It does remove a chunk of build.xml, which is good. > > In the meantime Log4J2 (I think starting with 2.10.0) added the artefact > log4j-appserver.jar and support for an additional config file > log4j2-tomcat.xml: > > https://logging.apache.org/log4j/2.x/log4j-appserver/index.html > > That allows for clean integration, so I currently do no longer see a > need for an alternative JULI jar. > Ok. I find the proposed setup rather lame looking however. log4j2/[lib|conf] + modify classpath ? It should be in bin and conf respectively to blend in, but adding to the classpath manually is still needed (bad). Rémy
Re: Extras
Am 10.01.2019 um 15:01 schrieb Rémy Maucherat: On Thu, Jan 10, 2019 at 2:53 PM Rainer Jung wrote: Am 10.01.2019 um 13:16 schrieb Rémy Maucherat: On Thu, Jan 10, 2019 at 1:09 PM Mark Thomas wrote: There is the possibility that an alternative logging JAR could return. https://markmail.org/message/gdmffcyporhcmqge Whether that needs an optional / alternative JAR or whether it could be handled via configuration is TBD. Ok, so I'm not doing anything immediately but I'll put my patch in a BZ instead. It does remove a chunk of build.xml, which is good. In the meantime Log4J2 (I think starting with 2.10.0) added the artefact log4j-appserver.jar and support for an additional config file log4j2-tomcat.xml: https://logging.apache.org/log4j/2.x/log4j-appserver/index.html That allows for clean integration, so I currently do no longer see a need for an alternative JULI jar. Ok. I find the proposed setup rather lame looking however. log4j2/[lib|conf] + modify classpath ? It should be in bin and conf respectively to blend in, but adding to the classpath manually is still needed (bad). You are totally right, I lik that aspect neither, but even with my propsed minimal alternative juli jar it would have been necessary to include the log4j2 core and api jar in the classpath. I must confess I don't remember whether it would be feasible to combine java.util.logging with log4j2 without putting log4j2 into the classpath. At least I'm pretty sure log4j2 doesn't provide such a deploment out of the box. I would also find it much cleaner than the default approach, no doubt. Regards, Rainer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[Bug 63072] Remove extras
https://bz.apache.org/bugzilla/show_bug.cgi?id=63072 --- Comment #1 from Mark Thomas --- +1 It looks like there is an extras build target remaining that could also be removed. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: New design for the Tomcat website
On 05/01/2019 01:23, Igal Sapir wrote: >> On Fri, Jan 4, 2019 at 10:24 AM Mark Thomas wrote: > I made changes according to your feedback. You can see them at > http://people.apache.org/~isapir/mockups/tomcat-site-2/ > > To make room for the nav items, I moved the logos above the nav bar. That > also allowed for the ASF logos to be shown at the top. On a very small > screen, the full ASF logo is replaced with the Feather logo. The social > media and font-size selector were moved to the bottom, and the search field > is collapsed until it gets focus. Just noticed that is an old version of the Tomcat logo without the TM. (A very, very minor issue.) >>> Hmm. We have a lot of white-space. Should we consider a two column >>> format for the news when there is sufficient screen width? > > See example of ApacheCon 2019 in new mockup. That part of the page seems to make better use of the space to me so I like it. >>> Not an issue for the website but it could be if we want to apply the >>> same look and feel to the Tomcat docs. What libraries have you used to >>> create this site and what are the licenses of each? >> > > While we definitely want to keep the L&F consistent, I am not sure that > those other properties would need the full experience as the site, e.g. do > the offline docs and site manager need to have a responsive design that > would work on a mobile device? > > The main libraries used are: > > Bootstrap 4 - MIT license - https://getbootstrap.com/docs/4.1/about/license/ > jQuery 3 - MIT license - https://jquery.org/license/ > Popper.js (comes with Bootstrap, not using features ATM AFAIK) - MIT > license - https://github.com/FezVrasta/popper.js/blob/master/LICENSE.md Looks to be all MIT then so that should be OK. > Please let me know your thoughts. I like it. I'd offer to help but my web authoring skills never got further than hand-crafting HTML in $OS_DEFAULT_TEXT_EDITOR Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[Bug 63072] Remove extras
https://bz.apache.org/bugzilla/show_bug.cgi?id=63072 Remy Maucherat changed: What|Removed |Added Attachment #36371|0 |1 is obsolete|| --- Comment #2 from Remy Maucherat --- Created attachment 36372 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36372&action=edit Remove extras Remove the skeleton of extras, since it seems unlikely they are needed again. Mark, please review as the RM, I would like to avoid causing you problems. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: tomcat-native include directory name
On Tue, Jan 8, 2019 at 7:06 PM Mark Thomas wrote: > On 08/01/2019 19:53, Coty Sutherland wrote: > > On Sun, Dec 23, 2018 at 4:57 AM Mark Thomas wrote: > > > >> On 20/12/2018 19:51, Coty Sutherland wrote: > >>> Hi all, > >>> > >>> Is there some reason why we use apr-${TCNATIVE_MAJOR_VERSION} as the > >>> include directory instead of tomcat-native? I just pushed > >>> http://svn.apache.org/r1849428 so that make now copies the header > files > >>> into _includedir, and noticed that the directory is named 'apr' rather > >> than > >>> 'tomcat-native'. > >> > >> If I had to guess, I'd say because the original file was copied from APR > >> and that part was never changed. > >> > > > > Should fixing that be considered a breaking change and therefore trigger > a > > minor update instead of a revision? Or can I just change it and move on > > with life? :) > > What could break if you changed this? Isn't it a build time thing rather > than a run time thing? > You're right. I was thinking of this with my package maintainer hat on, however after checking the package it doesn't depend on that directory specifically so I think I'm free to correct it. > > Mark > > - > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > >
svn commit: r1850972 - in /tomcat/native/trunk: native/build/rpm/tcnative.spec.in native/config.layout xdocs/miscellaneous/changelog.xml
Author: csutherl Date: Thu Jan 10 18:24:23 2019 New Revision: 1850972 URL: http://svn.apache.org/viewvc?rev=1850972&view=rev Log: Update includedir name to tomcat-native instead of apr Modified: tomcat/native/trunk/native/build/rpm/tcnative.spec.in tomcat/native/trunk/native/config.layout tomcat/native/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/native/trunk/native/build/rpm/tcnative.spec.in URL: http://svn.apache.org/viewvc/tomcat/native/trunk/native/build/rpm/tcnative.spec.in?rev=1850972&r1=1850971&r2=1850972&view=diff == --- tomcat/native/trunk/native/build/rpm/tcnative.spec.in (original) +++ tomcat/native/trunk/native/build/rpm/tcnative.spec.in Thu Jan 10 18:24:23 2019 @@ -50,7 +50,7 @@ contains additional utility interfaces f %build %configure --with-apr=%{_prefix} \ ---includedir=%{_includedir}/apr-%{aprmajor} +--includedir=%{_includedir}/%{name} make %{?_smp_mflags} && make dox %check @@ -87,7 +87,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libtcnative-%{tcnver}.*a %{_libdir}/libtcnative-%{tcnver}.so %{_libdir}/pkgconfig/tcnative-%{tcnver}.pc -%{_includedir}/apr-%{aprmajor}/*.h +%{_includedir}/%{name}/*.h %doc --parents html %changelog Modified: tomcat/native/trunk/native/config.layout URL: http://svn.apache.org/viewvc/tomcat/native/trunk/native/config.layout?rev=1850972&r1=1850971&r2=1850972&view=diff == --- tomcat/native/trunk/native/config.layout (original) +++ tomcat/native/trunk/native/config.layout Thu Jan 10 18:24:23 2019 @@ -37,7 +37,7 @@ sysconfdir:${prefix}/conf datadir: ${prefix} installbuilddir: ${datadir}/build -includedir:${prefix}/include/apr-${TCNATIVE_MAJOR_VERSION} +includedir:${prefix}/include/tomcat-native-${TCNATIVE_MAJOR_VERSION} localstatedir: ${prefix} libsuffix: -${TCNATIVE_MAJOR_VERSION} @@ -54,7 +54,7 @@ sysconfdir:${prefix}/conf datadir: ${prefix} installbuilddir: ${datadir}/build -includedir:${prefix}/include/apr-${TCNATIVE_MAJOR_VERSION} +includedir:${prefix}/include localstatedir: ${prefix} libsuffix: -${TCNATIVE_MAJOR_VERSION} @@ -139,7 +139,7 @@ sysconfdir:/etc/httpd/conf datadir: /var/www installbuilddir: ${datadir}/build -includedir:${prefix}/include/apr +includedir:${prefix}/include/tomcat-native localstatedir: /var runtimedir:${localstatedir}/run @@ -190,7 +190,7 @@ sysconfdir:/etc/httpd datadir: /usr/local/httpd installbuilddir: ${datadir}/build -includedir:${prefix}/include/apr +includedir:${prefix}/include/tomcat-native localstatedir: /var/lib/httpd runtimedir:/var/run @@ -207,7 +207,7 @@ sysconfdir:${prefix}/conf datadir: ${prefix} installbuilddir: ${datadir}/build -includedir:${exec_prefix}/include/apr +includedir:${exec_prefix}/include/tomcat-native localstatedir: /var runtimedir:${localstatedir}/run @@ -241,7 +241,7 @@ sysconfdir:${prefix}/conf datadir: ${prefix} installbuilddir: ${prefix}/build -includedir:${exec_prefix}/lib/apr/include +includedir:${exec_prefix}/lib/tomcat-native/include localstatedir: ${prefix} runtimedir:${prefix}/logs @@ -256,7 +256,7 @@ libexecdir:${exec_prefix}/lib/apr/modules mandir:${exec_prefix}/share/man datadir: ${exec_prefix}/share/apr -includedir:${exec_prefix}/include/apr-${TCNATIVE_MAJOR_VERSION} +includedir: ${exec_prefix}/include/tomcat-native-${TCNATIVE_MAJOR_VERSION} localstatedir: ${prefix}/var/run runtimedir:${prefix}/var/run infodir: ${exec_prefix}/share/info Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/native/trunk/xdocs/miscellaneous/changelog.xml?rev=1850972&r1=1850971&r2=1850972&view=diff == --- tomcat/native/trunk/xdocs/miscellaneous/changelog.xml (original) +++ tomcat/native/trunk/xdocs/miscellaneous/changelog.xml Thu Jan 10 18:24:23 2019 @@ -35,6 +35,11 @@ + + + Update includedir name to tomcat-native instead of apr. (csutherl) + + - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r1850976 - /tomcat/jk/trunk/xdocs/tomcat-docs.xsl
Author: csutherl Date: Thu Jan 10 20:09:07 2019 New Revision: 1850976 URL: http://svn.apache.org/viewvc?rev=1850976&view=rev Log: Add missing advanceddirectives and deprecation templates to fix the workers reference page Modified: tomcat/jk/trunk/xdocs/tomcat-docs.xsl Modified: tomcat/jk/trunk/xdocs/tomcat-docs.xsl URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/tomcat-docs.xsl?rev=1850976&r1=1850975&r2=1850976&view=diff == --- tomcat/jk/trunk/xdocs/tomcat-docs.xsl (original) +++ tomcat/jk/trunk/xdocs/tomcat-docs.xsl Thu Jan 10 20:09:07 2019 @@ -439,6 +439,119 @@ + + + + + + Directive + + + Worker Type + + + Default + + + Description + + + + + + + + + + + + + + + + + + + + +? + + + + + + + + + + + +- + + + + + + + + + + + + + + + + + Directive + + + Successor + + + Default + + + Description + + + + + + + + + + + + + + + +- + + + + + + + + + + + +- + + + + + + + + + + + - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r1850977 [4/8] - in /tomcat/site/trunk/docs/connectors-doc: ./ ajp/ ajp/printer/ common_howto/ common_howto/printer/ miscellaneous/ miscellaneous/printer/ news/ news/printer/ printer/ refe
Modified: tomcat/site/trunk/docs/connectors-doc/news/20070301.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/news/20070301.html?rev=1850977&r1=1850976&r2=1850977&view=diff == --- tomcat/site/trunk/docs/connectors-doc/news/20070301.html (original) +++ tomcat/site/trunk/docs/connectors-doc/news/20070301.html Thu Jan 10 20:17:16 2019 @@ -29,7 +29,7 @@ })(window, document); }), false); })(); - http://tomcat.apache.org/";>https://www.apache.org/"; target="_blank">The Apache Tomcat Connectors - NewsLinksDocs HomeCommon HowToFor the impatientAll about workersTimeoutsLoad Balanci ngReverse ProxyWeb Server HowToApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)iPlanet Web Server (NSAPI redirector)Reference Guideworkers.propertiesuriworkermap.propertiesStatus WorkerApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)AJP Protocol ReferenceAJPv13 (ajp13)AJPv13 Extension ProposalMiscellaneous Documentation Frequently asked questionsChangeloghttp://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Tomcat+Connectors&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=";>Current Tomcat Connectors bugsContribute documentationJK Status Ant TasksReporting Toolshttp://tomcat.apache.org/connectors-doc-archive/jk2/index.html";>Old JK/JK2 documentationNews20182016201520142012201120102009200820072006200520042007 News and Status2007 News & Status + http://tomcat.apache.org/";>https://www.apache.org/"; target="_blank">The Apache Tomcat Connectors - NewsLinksDocs HomeCommon HowToQuick StartAll About WorkersTimeoutsLoad Balancing Reverse ProxyWeb Server HowToApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)iPlanet Web Server (NSAPI redirector)Reference Guideworkers.propertiesuriworkermap.propertiesStatus WorkerApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)AJP Protocol ReferenceAJPv13 (ajp13)AJPv13 Extension ProposalMiscellaneous Documentation< ul>Frequently Asked QuestionsChangeloghttp://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Tomcat+Connectors&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=";>Current Tomcat Connectors bugsContribute documentationJK Status Ant >TasksReporting >Toolshref="http://tomcat.apache.org/connectors-doc-archive/jk2/index.html";>Old >JK/JK2 documentationNewshref="../news/20180301.html">2018href="../news/20160901.html">2016href="../news/20150101.html">2015href="../news/20140201.html">2014href="../news/20120301.html">2012href="../news/20110701.html">2011href="../news/20100101.html">2010href="../news/20090301.html">2009href="../news/20081001.html">2008href="../news/20070301.html">2007href="../news/20060101.html">2006href="../news/20050101.html">2005href="../news/20041100.html">2004id="mainRight">2007 News and Status2007 News & >Status 21 December - JK-1.2.26 released Modified: tomcat/site/trunk/docs/connectors-doc/news/20081001.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/news/20081001.html?rev=1850977&r1=1850976&r2=1850977&view=diff == --- tomcat/site/trunk/docs/connectors-doc/news/20081001.html (original) +++ tomcat/site/trunk/docs/connectors-doc/news/20081001.html Thu Jan 10 20:17:16 2019 @@ -29,7 +29,7 @@ })(window, document); }), false); })(); - http://tomcat.apache.org/";>https://www.apache.org/"; target="_blank">The Apache Tomcat Connectors - NewsLinksDocs HomeCommon HowToFor the impatientAll about workersTimeoutsLoad Balanci ngReverse ProxyWeb Server HowToApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)iPlanet Web Server (NSAPI redirector)Reference Guideworkers.propertiesuriworkermap.propertiesStatus WorkerApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)AJP Protocol ReferenceAJPv13 (ajp13)AJPv13 Extension ProposalMiscellaneous Documentation Frequently asked questionsChangeloghttp://issues
svn commit: r1850977 [7/8] - in /tomcat/site/trunk/docs/connectors-doc: ./ ajp/ ajp/printer/ common_howto/ common_howto/printer/ miscellaneous/ miscellaneous/printer/ news/ news/printer/ printer/ refe
Modified: tomcat/site/trunk/docs/connectors-doc/reference/printer/workers.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/reference/printer/workers.html?rev=1850977&r1=1850976&r2=1850977&view=diff == --- tomcat/site/trunk/docs/connectors-doc/reference/printer/workers.html (original) +++ tomcat/site/trunk/docs/connectors-doc/reference/printer/workers.html Thu Jan 10 20:17:16 2019 @@ -29,7 +29,7 @@ })(window, document); }), false); })(); - http://tomcat.apache.org/";>https://www.apache.org/"; target="_blank">The Apache Tomcat Connectors - Reference GuideLinksDocs HomeCommon HowToFor the impatientAll about workersTimeoutsLoad BalancingReverse ProxyWeb Server HowToApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)iPlanet Web Server (NSAPI redirector)Reference Guideworkers.propertiesuriworkermap.propertiesStatus WorkerApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)AJP Protocol ReferenceAJPv13 (ajp13)AJPv13 Extension ProposalMiscellane ous DocumentationFrequently asked questionsChangeloghttp://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Tomcat+Connectors&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=";>Current Tomcat Connectors bugsContribut e documentationJK Status Ant TasksReporting Toolshttp://tomcat.apache.org/connectors-doc-archive/jk2/index.html";>Old JK/JK2 documentationNews2018201620152014201220112010200920082007200620052004workers.properties configurationIntroduction + http://tomcat.apache.org/";>https://www.apache.org/"; target="_blank">The Apache Tomcat Connectors - Reference GuideLinksDocs HomeCommon HowToQuick StartAll About WorkersTimeoutsL oad BalancingReverse ProxyWeb Server HowToApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)iPlanet Web Server (NSAPI redirector)Reference Guideworkers.propertiesuriworkermap.propertiesStatus WorkerApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)AJP Protocol ReferenceAJPv13 (ajp13)AJPv13 Extension ProposalMiscellaneous Do cumentationFrequently Asked QuestionsChangeloghttp://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Tomcat+Connectors&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=";>Current Tomcat Connectors bugsContribute docu mentationJK Status Ant TasksReporting Toolshttp://tomcat.apache.org/connectors-doc-archive/jk2/index.html";>Old JK/JK2 documentationNews2018201620152014201220112010200920082007200620052004 workers.properties configurationIntroduction A Tomcat worker is a Tomcat instance that is waiting to execute servlets or any other content on behalf of some web server. For example, we can have a web server such as @@ -763,8 +763,7 @@ used directly via the workers.list, L and SUB for the workers used indirectly in a load balancer worker as a sub worker or member. - - +DirectiveWorker TypeDefaultDescriptionconnect_timeoutAJP,SUB0 Connect timeout property told web server to send a PING request on ajp13 connection after connection is established. The parameter is the delay in milliseconds to wait for the PONG reply. The default value zero disables the timeout (infinite timeout). @@ -773,9 +772,7 @@ This features has been added in jk 1. ping/pong support which has been implemented on Tomcat 3.3.2+, 4.1.28+ and 5.0.13+. Disabled by default. - - - +prepost_timeoutAJP,SUB0 Prepost timeout property told web server to send a PING request on ajp13 connection before forwarding to it a request. The parameter is the delay in milliseconds to wait for the PONG reply. The default value zero disables the timeout (infinite timeout). @@ -784,9 +781,7 @@ This features has been added in jk 1. ping/pong support which has been implemented on Tomcat 3.3.2+, 4.1.28+ and 5.0.13+. Disabled by default. - - - +reply_timeoutAJP,SUB0 The parameter is the number of milliseconds to wait for success during a read event. So this is not a timeout for the complete answer time of a request, but only for th
svn commit: r1850977 [2/8] - in /tomcat/site/trunk/docs/connectors-doc: ./ ajp/ ajp/printer/ common_howto/ common_howto/printer/ miscellaneous/ miscellaneous/printer/ news/ news/printer/ printer/ refe
Modified: tomcat/site/trunk/docs/connectors-doc/common_howto/printer/workers.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/common_howto/printer/workers.html?rev=1850977&r1=1850976&r2=1850977&view=diff == --- tomcat/site/trunk/docs/connectors-doc/common_howto/printer/workers.html (original) +++ tomcat/site/trunk/docs/connectors-doc/common_howto/printer/workers.html Thu Jan 10 20:17:16 2019 @@ -29,7 +29,7 @@ })(window, document); }), false); })(); - http://tomcat.apache.org/";>https://www.apache.org/"; target="_blank">The Apache Tomcat Connectors - Common HowToLinksDocs HomeCommon HowToFor the impatientAll about workersTimeoutsLoad BalancingReverse ProxyWeb Server HowToApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)iPlanet Web Server (NSAPI redirector)Reference Guideworkers.propertiesuriworkermap.propertiesStatus WorkerApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)AJP Protocol ReferenceAJPv13 (ajp13)AJPv13 Extension ProposalMiscellaneous DocumentationFrequently asked questionsChangeloghttp://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Tomcat+Connectors&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=";>Current Tomcat Connectors bugsContribute d ocumentationJK Status Ant TasksReporting Toolshttp://tomcat.apache.org/connectors-doc-archive/jk2/index.html";>Old JK/JK2 documentationNews2018201620152014201220112010200920082007200620052004Workers HowToIntroduction + http://tomcat.apache.org/";>https://www.apache.org/"; target="_blank">The Apache Tomcat Connectors - Common HowToLinksDocs HomeCommon HowToQuick StartAll About WorkersTimeoutsLoad BalancingReverse ProxyWeb Server HowToApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)iPlanet Web Server (NSAPI redirector)Reference Guideworkers.propertiesuriworkermap.propertiesStatus WorkerApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)AJP Protocol ReferenceAJPv13 (ajp13)AJPv13 Extension ProposalMiscellaneous Docum entationFrequently Asked QuestionsChangeloghttp://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Tomcat+Connectors&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=";>Current Tomcat Connectors bugsContribute documen tationJK Status Ant TasksReporting Toolshttp://tomcat.apache.org/connectors-doc-archive/jk2/index.html";>Old JK/JK2 documentationNews2018201620152014201220112010200920082007200620052004Workers HowToIntroduction A Tomcat worker is a Tomcat instance that is waiting to execute servlets on behalf of some web server. For example, we can have a web server such as the Apache HTTP Server forwarding servlet requests to a Modified: tomcat/site/trunk/docs/connectors-doc/common_howto/proxy.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/common_howto/proxy.html?rev=1850977&r1=1850976&r2=1850977&view=diff == --- tomcat/site/trunk/docs/connectors-doc/common_howto/proxy.html (original) +++ tomcat/site/trunk/docs/connectors-doc/common_howto/proxy.html Thu Jan 10 20:17:16 2019 @@ -29,7 +29,7 @@ })(window, document); }), false); })(); - http://tomcat.apache.org/";>https://www.apache.org/"; target="_blank">The Apache Tomcat Connectors - Common HowToLinksDocs HomeCommon HowToFor the impatientAll about workersTimeoutsLoad BalancingReverse ProxyWeb Server HowToApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)iPlanet Web Server (NSAPI redirector)Reference Guideworkers.propertiesuriworkermap.propertiesStatus WorkerApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)AJP Protocol ReferenceAJPv13 (ajp13)AJPv13 Extension ProposalMiscellaneous Docum entationFrequently asked questionsChangeloghttp://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Tomcat+Connectors&long_desc_type=substring&long_des
svn commit: r1850977 [5/8] - in /tomcat/site/trunk/docs/connectors-doc: ./ ajp/ ajp/printer/ common_howto/ common_howto/printer/ miscellaneous/ miscellaneous/printer/ news/ news/printer/ printer/ refe
Modified: tomcat/site/trunk/docs/connectors-doc/news/printer/20041100.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/news/printer/20041100.html?rev=1850977&r1=1850976&r2=1850977&view=diff == --- tomcat/site/trunk/docs/connectors-doc/news/printer/20041100.html (original) +++ tomcat/site/trunk/docs/connectors-doc/news/printer/20041100.html Thu Jan 10 20:17:16 2019 @@ -29,7 +29,7 @@ })(window, document); }), false); })(); - http://tomcat.apache.org/";>https://www.apache.org/"; target="_blank">The Apache Tomcat Connectors - NewsLinksDocs HomeCommon HowToFor the impatientAll about workersTimeoutsLoad B alancingReverse ProxyWeb Server HowToApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)iPlanet Web Server (NSAPI redirector)Reference Guideworkers.propertiesuriworkermap.propertiesStatus WorkerApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)AJP Protocol ReferenceAJPv13 (ajp13)AJPv13 Extension ProposalMiscellaneous Documen tationFrequently asked questionsChangeloghttp://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Tomcat+Connectors&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=";>Current Tomcat Connectors bugsContribute documenta tionJK Status Ant TasksReporting Toolshttp://tomcat.apache.org/connectors-doc-archive/jk2/index.html";>Old JK/JK2 documentationNews20182016201520142012201120102009200820072006200520042004 News and Status2004 News & Status + http://tomcat.apache.org/";>https://www.apache.org/"; target="_blank">The Apache Tomcat Connectors - NewsLinksDocs HomeCommon HowToQuick StartAll About WorkersTimeoutsLoad Balanci ngReverse ProxyWeb Server HowToApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)iPlanet Web Server (NSAPI redirector)Reference Guideworkers.propertiesuriworkermap.propertiesStatus WorkerApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)AJP Protocol ReferenceAJPv13 (ajp13)AJPv13 Extension ProposalMiscellaneous Documentation Frequently Asked QuestionsChangeloghttp://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Tomcat+Connectors&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=";>Current Tomcat Connectors bugsContribute documentationJK Status Ant TasksReporting Toolshttp://tomcat.apache.org/connectors-doc-archive/jk2/index.html";>Old JK/JK2 documentationNews20182016201520142012201120102009200820072006200520042004 News and Status2004 News & Status Modified: tomcat/site/trunk/docs/connectors-doc/news/printer/20050101.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/news/printer/20050101.html?rev=1850977&r1=1850976&r2=1850977&view=diff == --- tomcat/site/trunk/docs/connectors-doc/news/printer/20050101.html (original) +++ tomcat/site/trunk/docs/connectors-doc/news/printer/20050101.html Thu Jan 10 20:17:16 2019 @@ -29,7 +29,7 @@ })(window, document); }), false); })(); - http://tomcat.apache.org/";>https://www.apache.org/"; target="_blank">The Apache Tomcat Connectors - NewsLinksDocs HomeCommon HowToFor the impatientAll about workersTimeoutsLoad B alancingReverse ProxyWeb Server HowToApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)iPlanet Web Server (NSAPI redirector)Reference Guideworkers.propertiesuriworkermap.propertiesStatus WorkerApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)AJP Protocol ReferenceAJPv13 (ajp13)AJPv13 Extension ProposalMiscellaneous Documen tationFrequently asked questionsChangeloghttp://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Tomcat+Connectors&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporte
svn commit: r1850977 [6/8] - in /tomcat/site/trunk/docs/connectors-doc: ./ ajp/ ajp/printer/ common_howto/ common_howto/printer/ miscellaneous/ miscellaneous/printer/ news/ news/printer/ printer/ refe
Modified: tomcat/site/trunk/docs/connectors-doc/news/printer/20150101.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/news/printer/20150101.html?rev=1850977&r1=1850976&r2=1850977&view=diff == --- tomcat/site/trunk/docs/connectors-doc/news/printer/20150101.html (original) +++ tomcat/site/trunk/docs/connectors-doc/news/printer/20150101.html Thu Jan 10 20:17:16 2019 @@ -29,7 +29,7 @@ })(window, document); }), false); })(); - http://tomcat.apache.org/";>https://www.apache.org/"; target="_blank">The Apache Tomcat Connectors - NewsLinksDocs HomeCommon HowToFor the impatientAll about workersTimeoutsLoad B alancingReverse ProxyWeb Server HowToApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)iPlanet Web Server (NSAPI redirector)Reference Guideworkers.propertiesuriworkermap.propertiesStatus WorkerApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)AJP Protocol ReferenceAJPv13 (ajp13)AJPv13 Extension ProposalMiscellaneous Documen tationFrequently asked questionsChangeloghttp://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Tomcat+Connectors&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=";>Current Tomcat Connectors bugsContribute documenta tionJK Status Ant TasksReporting Toolshttp://tomcat.apache.org/connectors-doc-archive/jk2/index.html";>Old JK/JK2 documentationNews20182016201520142012201120102009200820072006200520042015 News & Status2015 News & Status + http://tomcat.apache.org/";>https://www.apache.org/"; target="_blank">The Apache Tomcat Connectors - NewsLinksDocs HomeCommon HowToQuick StartAll About WorkersTimeoutsLoad Balanci ngReverse ProxyWeb Server HowToApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)iPlanet Web Server (NSAPI redirector)Reference Guideworkers.propertiesuriworkermap.propertiesStatus WorkerApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)AJP Protocol ReferenceAJPv13 (ajp13)AJPv13 Extension ProposalMiscellaneous Documentation Frequently Asked QuestionsChangeloghttp://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Tomcat+Connectors&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=";>Current Tomcat Connectors bugsContribute documentationJK Status Ant TasksReporting Toolshttp://tomcat.apache.org/connectors-doc-archive/jk2/index.html";>Old JK/JK2 documentationNews20182016201520142012201120102009200820072006200520042015 News & Status2015 News & Status 11 August - JK-1.2.41 released The Apache Tomcat team is proud to announce the immediate availability of Tomcat Connectors 1.2.41. This is a maintenance and security release. Modified: tomcat/site/trunk/docs/connectors-doc/news/printer/20160901.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/news/printer/20160901.html?rev=1850977&r1=1850976&r2=1850977&view=diff == --- tomcat/site/trunk/docs/connectors-doc/news/printer/20160901.html (original) +++ tomcat/site/trunk/docs/connectors-doc/news/printer/20160901.html Thu Jan 10 20:17:16 2019 @@ -29,7 +29,7 @@ })(window, document); }), false); })(); - http://tomcat.apache.org/";>https://www.apache.org/"; target="_blank">The Apache Tomcat Connectors - NewsLinksDocs HomeCommon HowToFor the impatientAll about workersTimeoutsLoad B alancingReverse ProxyWeb Server HowToApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)iPlanet Web Server (NSAPI redirector)Reference Guideworkers.propertiesuriworkermap.propertiesStatus WorkerApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)AJP Protocol ReferenceAJPv13 (ajp13)AJPv13 Extension ProposalMiscellaneous Documen tationFrequently asked questionsChangeloghttp://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Tomcat+Connectors&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_
svn commit: r1850977 [3/8] - in /tomcat/site/trunk/docs/connectors-doc: ./ ajp/ ajp/printer/ common_howto/ common_howto/printer/ miscellaneous/ miscellaneous/printer/ news/ news/printer/ printer/ refe
Modified: tomcat/site/trunk/docs/connectors-doc/miscellaneous/jkstatustasks.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/miscellaneous/jkstatustasks.html?rev=1850977&r1=1850976&r2=1850977&view=diff == --- tomcat/site/trunk/docs/connectors-doc/miscellaneous/jkstatustasks.html (original) +++ tomcat/site/trunk/docs/connectors-doc/miscellaneous/jkstatustasks.html Thu Jan 10 20:17:16 2019 @@ -29,7 +29,7 @@ })(window, document); }), false); })(); - http://tomcat.apache.org/";>https://www.apache.org/"; target="_blank">The Apache Tomcat Connectors - Miscellaneous DocumentationLinksDocs HomeCommon HowToFor the impatientAll about workersTimeoutsLoad BalancingReverse ProxyWeb Server HowToApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)iPlanet Web Server (NSAPI redirector)Reference Guideworkers.propertiesuriworkermap.propertiesStatus WorkerApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)AJP Protocol ReferenceAJPv13 (ajp13)AJPv13 Extension ProposalMisc ellaneous DocumentationFrequently asked questionsChangeloghttp://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Tomcat+Connectors&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=";>Current Tomcat Connectors bugsCon tribute documentationJK Status Ant TasksReporting Toolshttp://tomcat.apache.org/connectors-doc-archive/jk2/index.html";>Old JK/JK2 documentationNews2018201620152014201220112010200920082007200620052004Status Worker Ant TasksIntroduction + http://tomcat.apache.org/";>https://www.apache.org/"; target="_blank">The Apache Tomcat Connectors - Miscellaneous DocumentationLinksDocs HomeCommon HowToQuick StartAll About WorkersTimeoutsLoad BalancingReverse ProxyWeb Server HowToApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)iPlanet Web Server (NSAPI redirector)Reference Guideworkers.propertiesuriworkermap.propertiesStatus WorkerApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)AJP Protocol ReferenceAJPv13 (ajp13)AJPv13 Extension ProposalMiscellane ous DocumentationFrequently Asked QuestionsChangeloghttp://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Tomcat+Connectors&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=";>Current Tomcat Connectors bugsContribut e documentationJK Status Ant TasksReporting Toolshttp://tomcat.apache.org/connectors-doc-archive/jk2/index.html";>Old JK/JK2 documentationNews2018201620152014201220112010200920082007200620052004Status Worker Ant TasksIntroduction Since version 1.2.19 the JK release contains additional ant tasks. They can be used to manage the JK web server plugins via the special status worker. Modified: tomcat/site/trunk/docs/connectors-doc/miscellaneous/printer/changelog.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/miscellaneous/printer/changelog.html?rev=1850977&r1=1850976&r2=1850977&view=diff == --- tomcat/site/trunk/docs/connectors-doc/miscellaneous/printer/changelog.html (original) +++ tomcat/site/trunk/docs/connectors-doc/miscellaneous/printer/changelog.html Thu Jan 10 20:17:16 2019 @@ -29,7 +29,7 @@ })(window, document); }), false); })(); - http://tomcat.apache.org/";>https://www.apache.org/"; target="_blank">The Apache Tomcat Connectors - Miscellaneous DocumentationLinksDocs HomeCommon HowToFor the impatientAll about workersTimeoutsLoad BalancingReverse ProxyWeb Server HowToApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)iPlanet Web Server (NSAPI redirector)Reference Guideworkers.propertiesuriworkermap.propertiesStatus WorkerApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)AJP Protocol ReferenceAJPv13 (ajp13)AJPv13 Extension ProposalMiscellaneous DocumentationFrequently asked questionsChangeloghttp://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Tomc
svn commit: r1850977 [1/8] - in /tomcat/site/trunk/docs/connectors-doc: ./ ajp/ ajp/printer/ common_howto/ common_howto/printer/ miscellaneous/ miscellaneous/printer/ news/ news/printer/ printer/ refe
Author: csutherl Date: Thu Jan 10 20:17:16 2019 New Revision: 1850977 URL: http://svn.apache.org/viewvc?rev=1850977&view=rev Log: Update jk-site to consume r1850976 and a couple other minor adjustments Modified: tomcat/site/trunk/docs/connectors-doc/ajp/ajpv13a.html tomcat/site/trunk/docs/connectors-doc/ajp/ajpv13ext.html tomcat/site/trunk/docs/connectors-doc/ajp/printer/ajpv13a.html tomcat/site/trunk/docs/connectors-doc/ajp/printer/ajpv13ext.html tomcat/site/trunk/docs/connectors-doc/common_howto/loadbalancers.html tomcat/site/trunk/docs/connectors-doc/common_howto/printer/loadbalancers.html tomcat/site/trunk/docs/connectors-doc/common_howto/printer/proxy.html tomcat/site/trunk/docs/connectors-doc/common_howto/printer/quick.html tomcat/site/trunk/docs/connectors-doc/common_howto/printer/timeouts.html tomcat/site/trunk/docs/connectors-doc/common_howto/printer/workers.html tomcat/site/trunk/docs/connectors-doc/common_howto/proxy.html tomcat/site/trunk/docs/connectors-doc/common_howto/quick.html tomcat/site/trunk/docs/connectors-doc/common_howto/timeouts.html tomcat/site/trunk/docs/connectors-doc/common_howto/workers.html tomcat/site/trunk/docs/connectors-doc/index.html tomcat/site/trunk/docs/connectors-doc/miscellaneous/changelog.html tomcat/site/trunk/docs/connectors-doc/miscellaneous/doccontrib.html tomcat/site/trunk/docs/connectors-doc/miscellaneous/faq.html tomcat/site/trunk/docs/connectors-doc/miscellaneous/jkstatustasks.html tomcat/site/trunk/docs/connectors-doc/miscellaneous/printer/changelog.html tomcat/site/trunk/docs/connectors-doc/miscellaneous/printer/doccontrib.html tomcat/site/trunk/docs/connectors-doc/miscellaneous/printer/faq.html tomcat/site/trunk/docs/connectors-doc/miscellaneous/printer/jkstatustasks.html tomcat/site/trunk/docs/connectors-doc/miscellaneous/printer/reporttools.html tomcat/site/trunk/docs/connectors-doc/miscellaneous/reporttools.html tomcat/site/trunk/docs/connectors-doc/news/20041100.html tomcat/site/trunk/docs/connectors-doc/news/20050101.html tomcat/site/trunk/docs/connectors-doc/news/20060101.html tomcat/site/trunk/docs/connectors-doc/news/20070301.html tomcat/site/trunk/docs/connectors-doc/news/20081001.html tomcat/site/trunk/docs/connectors-doc/news/20090301.html tomcat/site/trunk/docs/connectors-doc/news/20100101.html tomcat/site/trunk/docs/connectors-doc/news/20110701.html tomcat/site/trunk/docs/connectors-doc/news/20120301.html tomcat/site/trunk/docs/connectors-doc/news/20140201.html tomcat/site/trunk/docs/connectors-doc/news/20150101.html tomcat/site/trunk/docs/connectors-doc/news/20160901.html tomcat/site/trunk/docs/connectors-doc/news/20180301.html tomcat/site/trunk/docs/connectors-doc/news/printer/20041100.html tomcat/site/trunk/docs/connectors-doc/news/printer/20050101.html tomcat/site/trunk/docs/connectors-doc/news/printer/20060101.html tomcat/site/trunk/docs/connectors-doc/news/printer/20070301.html tomcat/site/trunk/docs/connectors-doc/news/printer/20081001.html tomcat/site/trunk/docs/connectors-doc/news/printer/20090301.html tomcat/site/trunk/docs/connectors-doc/news/printer/20100101.html tomcat/site/trunk/docs/connectors-doc/news/printer/20110701.html tomcat/site/trunk/docs/connectors-doc/news/printer/20120301.html tomcat/site/trunk/docs/connectors-doc/news/printer/20140201.html tomcat/site/trunk/docs/connectors-doc/news/printer/20150101.html tomcat/site/trunk/docs/connectors-doc/news/printer/20160901.html tomcat/site/trunk/docs/connectors-doc/news/printer/20180301.html tomcat/site/trunk/docs/connectors-doc/printer/index.html tomcat/site/trunk/docs/connectors-doc/reference/apache.html tomcat/site/trunk/docs/connectors-doc/reference/iis.html tomcat/site/trunk/docs/connectors-doc/reference/printer/apache.html tomcat/site/trunk/docs/connectors-doc/reference/printer/iis.html tomcat/site/trunk/docs/connectors-doc/reference/printer/status.html tomcat/site/trunk/docs/connectors-doc/reference/printer/uriworkermap.html tomcat/site/trunk/docs/connectors-doc/reference/printer/workers.html tomcat/site/trunk/docs/connectors-doc/reference/status.html tomcat/site/trunk/docs/connectors-doc/reference/uriworkermap.html tomcat/site/trunk/docs/connectors-doc/reference/workers.html tomcat/site/trunk/docs/connectors-doc/webserver_howto/apache.html tomcat/site/trunk/docs/connectors-doc/webserver_howto/iis.html tomcat/site/trunk/docs/connectors-doc/webserver_howto/nes.html tomcat/site/trunk/docs/connectors-doc/webserver_howto/printer/apache.html tomcat/site/trunk/docs/connectors-doc/webserver_howto/printer/iis.html tomcat/site/trunk/docs/connectors-doc/webserver_howto/printer/nes.html Modified: tomcat/site/trunk/docs/connectors-doc/ajp/ajpv13a.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/c
svn commit: r1850977 [8/8] - in /tomcat/site/trunk/docs/connectors-doc: ./ ajp/ ajp/printer/ common_howto/ common_howto/printer/ miscellaneous/ miscellaneous/printer/ news/ news/printer/ printer/ refe
Modified: tomcat/site/trunk/docs/connectors-doc/webserver_howto/iis.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/webserver_howto/iis.html?rev=1850977&r1=1850976&r2=1850977&view=diff == --- tomcat/site/trunk/docs/connectors-doc/webserver_howto/iis.html (original) +++ tomcat/site/trunk/docs/connectors-doc/webserver_howto/iis.html Thu Jan 10 20:17:16 2019 @@ -29,7 +29,7 @@ })(window, document); }), false); })(); - http://tomcat.apache.org/";>https://www.apache.org/"; target="_blank">The Apache Tomcat Connectors - Web Server HowToLinksDocs HomeCommon HowToFor the impatientAll about workersTimeouts Load BalancingReverse ProxyWeb Server HowToApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)iPlanet Web Server (NSAPI redirector)Reference Guideworkers.propertiesuriworkermap.propertiesStatus WorkerApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)AJP Protocol ReferenceAJPv13 (ajp13)AJPv13 Extension ProposalMiscellaneous D ocumentationFrequently asked questionsChangeloghttp://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Tomcat+Connectors&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=";>Current Tomcat Connectors bugsContribute doc umentationJK Status Ant TasksReporting Toolshttp://tomcat.apache.org/connectors-doc-archive/jk2/index.html";>Old JK/JK2 documentationNews2018201620152014201220112010200920082007200620052004ISAPI redirector for Micrsoft IIS HowToid="Introduction">Introduction + http://tomcat.apache.org/";>https://www.apache.org/"; target="_blank">The Apache Tomcat Connectors - Web Server HowToLinksDocs HomeCommon HowToQuick StartAll About WorkersTimeoutsLoad B alancingReverse ProxyWeb Server HowToApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)iPlanet Web Server (NSAPI redirector)Reference Guideworkers.propertiesuriworkermap.propertiesStatus WorkerApache HTTP Server (mod_jk)Microsoft IIS (ISAPI redirector)AJP Protocol ReferenceAJPv13 (ajp13)AJPv13 Extension ProposalMiscellaneous Documen tationFrequently Asked QuestionsChangeloghttp://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Tomcat+Connectors&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=";>Current Tomcat Connectors bugsContribute documenta tionJK Status Ant TasksReporting Toolshttp://tomcat.apache.org/connectors-doc-archive/jk2/index.html";>Old JK/JK2 documentationNews2018201620152014201220112010200920082007200620052004ISAPI redirector for Micrsoft IIS HowToIntroduction This document explains how to set up the ISAPI redirector for IIS to cooperate with Tomcat. Modified: tomcat/site/trunk/docs/connectors-doc/webserver_howto/nes.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/connectors-doc/webserver_howto/nes.html?rev=1850977&r1=1850976&r2=1850977&view=diff == --- tomcat/site/trunk/docs/connectors-doc/webserver_howto/nes.html (original) +++ tomcat/site/trunk/docs/connectors-doc/webserver_howto/nes.html Thu Jan 10 20:17:16 2019 @@ -1,5 +1,5 @@ -The Apache Tomcat Connectors - Web Server HowTo (1.2.x) - Planet web server HowTo +The Apache Tomcat Connectors - Web Server HowTo (1.2.x) - iPlanet Web Server HowTo