Re: Question ad using System.gc()

2022-08-04 Thread Rony G. Flatscher (Apache)
On 04.08.2022 15:17, Konstantin Kolinko wrote: чт, 4 авг. 2022 г. в 14:45, Rony G. Flatscher (Apache) : While testing a taglib library that allows javax.script languages to be used in JSPs one observation was directed at garbage collection. It seems that Java's garbage collection in

Question ad using System.gc()

2022-08-04 Thread Rony G. Flatscher (Apache)
While testing a taglib library that allows javax.script languages to be used in JSPs one observation was directed at garbage collection. It seems that Java's garbage collection in this particular use case is carried out quite lazily (which is fine in the general case). There is however a use case

Re: WsFilter is missing destroy method

2020-09-21 Thread Apache
Interesting. Thanks, I will check in the morning. Ralph > On Sep 21, 2020, at 10:31 PM, Romain Manni-Bucau > wrote: > > Hi Ralph, > > Did you check your api jar was matching tomcat impl version? destroy is in > the interface (default method): > https://github.com/

[CONF] Apache Tomcat > Servlet TCK 5.0 (DRAFT)

2020-06-18 Thread Apache Software Foundation
Title: Message Title There's 2 new comments and 1 new edit on this page   Servlet TCK 5.0 (DRAFT) 2 new comments Olivier Lamy Error page attributes may

Re: Questions ad JSP/Jasper implementation in Tomcat ...

2019-10-18 Thread Rony G. Flatscher (Apache)
On 18.10.2019 13:32, Rony G. Flatscher (Apache) wrote: > Thank you very much for your remarks and pointers, Mark! > > ---rony > > P.S.: Not sure as of yet, what scope it should be. The idea would be to allow > any of the Java script > languages to be used. Currently the nai

Re: Questions ad JSP/Jasper implementation in Tomcat ...

2019-10-18 Thread Rony G. Flatscher (Apache)
rom the created Java program. On 17.10.2019 15:41, Mark Thomas wrote: > On 17/10/2019 11:00, Rony G. Flatscher (Apache) wrote: >> Being interested in analyzing what is needed to enable Tomcat JSP's to >> be deployable with any Java scripting languages (i.e. with >> ja

Questions ad JSP/Jasper implementation in Tomcat ...

2019-10-17 Thread Rony G. Flatscher (Apache)
Being interested in analyzing what is needed to enable Tomcat JSP's to be deployable with any Java scripting languages (i.e. with javax.script.ScriptEngines) instead of Java. Motivation: there are programmers who are not able to program in Java, but have broad expertise in programming with other

[Tomcat Wiki] Update of "AddOns" by KonstantinKolinko

2019-02-12 Thread Apache Wiki
ink Vault to a named section + = PropertySource = + + == PicketLink Vault == + + * [[https://github.com/picketbox/tomcat-vault|PicketLink Vault extension for Apache Tomcat]] - Provides a custom `PropertySource` that can be used with Tomcat. See [[FAQ/Password]]. + + + = Web Appl

[Tomcat Wiki] Update of "AddOns" by KonstantinKolinko

2019-02-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "AddOns" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/AddOns?action=diff&rev1=14&rev2=15 Comment: Add a link to Agafua-syslog (Historically, the nam

[Tomcat Wiki] Update of "FrontPage" by KonstantinKolinko

2019-02-11 Thread Apache Wiki
o development pages at CWiki. * '''[[GSOC]]''' - Google Summer of Code * '''[[AddOns]]''' - Third party tools and add-ons not included in the official distribution * '''[[ReleaseProcess|Release Process]]'''

[Tomcat Wiki] Update of "FAQ/CharacterEncoding" by GarretWilson

2019-02-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/CharacterEncoding" page has been changed by GarretWilson: https://wiki.apache.org/tomcat/FAQ/CharacterEncoding?action=diff&rev1=27&rev2=28 Comment: Clarified legacy percent enc

[Tomcat Wiki] Update of "FAQ/CharacterEncoding" by GarretWilson

2019-02-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/CharacterEncoding" page has been changed by GarretWilson: https://wiki.apache.org/tomcat/FAQ/CharacterEncoding?action=diff&rev1=26&rev2=27 Comment: Updated sections related to

[Tomcat Wiki] Update of "ContributorsGroup" by markt

2019-01-23 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "ContributorsGroup" page has been changed by markt: https://wiki.apache.org/tomcat/ContributorsGroup?action=diff&rev1=33&rev2=34 Comment: += GarretWilson * developintelligence

[Tomcat Wiki] Update of "SupportAndTraining" by dblevins

2018-11-26 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "SupportAndTraining" page has been changed by dblevins: https://wiki.apache.org/tomcat/SupportAndTraining?action=diff&rev1=67&rev2=68 Comment: Add Tomitribe to the support list

[Tomcat Wiki] Update of "Building Tomcat on MacOS" by ChristopherSchultz

2018-11-06 Thread Apache Wiki
naries from where they were built: + {{{ $ cp -aR tomcat-native-x.y.z/native/.libs/* apache-tomcat-x.y.z-src/output/build/bin/}}} Next, copy the APR libraries: - {{{ $ cp -a$ $APR_HOME/libexec/lib/* apache-tomcat-x.y.z-src/output/build/bin/}}} + {{{ $ cp -aR $APR_HOME/libexec/lib/* apache-

[Tomcat Wiki] Update of "Building Tomcat on MacOS" by ChristopherSchultz

2018-11-06 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Building Tomcat on MacOS" page has been changed by ChristopherSchultz: https://wiki.apache.org/tomcat/Building%20Tomcat%20on%20MacOS?action=diff&rev1=4&rev2=5 Building Tomcat fro

[Tomcat Wiki] Update of "Building Tomcat on MacOS" by ChristopherSchultz

2018-11-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Building Tomcat on MacOS" page has been changed by ChristopherSchultz: https://wiki.apache.org/tomcat/Building%20Tomcat%20on%20MacOS?action=diff&rev1=3&rev2=4 == Running Tomca

[Tomcat Wiki] Update of "Building Tomcat on MacOS" by ChristopherSchultz

2018-11-05 Thread Apache Wiki
f prerequisites that are not terribly obvious as to how to get them. @@ -26, +26 @@ 1. Apache Portal Runtime (APR), available either directly from Apache ([[https://apr.apache.org/download.cgi|APR downloads]]) or by using [[brew|https://brew.sh/]] ({{{brew install apr}}}) 1. (Optional) OpenS

[Tomcat Wiki] Update of "Building Tomcat on MacOS" by ChristopherSchultz

2018-11-05 Thread Apache Wiki
how to get them. + + 1. Xcode command-line tools, available from [[https://developer.apple.com/download/more/|Apple's developer tools download site]]. Make sure you get the proper version for your XCode version (if you have XCode already installed) and your OS version (10.x) + 1. Apache

[Tomcat Wiki] Update of "Building Tomcat on MacOS" by ChristopherSchultz

2018-11-05 Thread Apache Wiki
NG.txt file bundled with the distribution. Briefly, you'll need: 1. The Tomcat source tarball (the ZIP file is fine, but we're on UNIX, so the tarball is more natural) 1. A Java Development Kit, available from [[https://jdk.java.net/|Java.net]] 1. Apache ant, available from

[Tomcat Wiki] Update of "ClusteringCloud" by JeanFredericClere

2018-10-10 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "ClusteringCloud" page has been changed by JeanFredericClere: https://wiki.apache.org/tomcat/ClusteringCloud?action=diff&rev1=3&rev2=4 + 2 - Example there i

[Tomcat Wiki] Update of "ClusteringCloud" by JeanFredericClere

2018-10-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "ClusteringCloud" page has been changed by JeanFredericClere: https://wiki.apache.org/tomcat/ClusteringCloud?action=diff&rev1=2&rev2=3 There are 2 ways to organize your images, us

[Tomcat Wiki] Update of "ClusteringCloud" by JeanFredericClere

2018-10-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "ClusteringCloud" page has been changed by JeanFredericClere: https://wiki.apache.org/tomcat/ClusteringCloud?action=diff&rev1=1&rev2=2 There are 2 ways to organize your images, us

[Tomcat Wiki] Update of "ClusteringCloud" by JeanFredericClere

2018-10-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "ClusteringCloud" page has been changed by JeanFredericClere: https://wiki.apache.org/tomcat/ClusteringCloud New page: How to use tomcat clustering in the cloud. The load-balancer

[Tomcat Wiki] Update of "Security/Ciphers" by markt

2018-04-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Security/Ciphers" page has been changed by markt: https://wiki.apache.org/tomcat/Security/Ciphers?action=diff&rev1=23&rev2=24 Comment: Update OpenSSL table == APR with OpenSS

[Tomcat Wiki] Update of "Security/Ciphers" by markt

2018-04-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Security/Ciphers" page has been changed by markt: https://wiki.apache.org/tomcat/Security/Ciphers?action=diff&rev1=22&rev2=23 Comment: Update JSSE+OpenSSL table == NIO/NIO2 w

[Tomcat Wiki] Update of "Security/Ciphers" by markt

2018-04-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Security/Ciphers" page has been changed by markt: https://wiki.apache.org/tomcat/Security/Ciphers?action=diff&rev1=21&rev2=22 Comment: Add Java 10 for JSSE == BIO/NIO/NIO2 wi

[Tomcat Wiki] Update of "Security/Ciphers" by markt

2018-04-30 Thread Apache Wiki
ts above were generated with: * Java 6, 64-bit, update 45 * Java 7, 64-bit, update 80 - * Java 8, 64-bit, update 77 + * Java 8, 64-bit, update 172 + * Java 9, 9.0.4 - * Apache Tomcat 7.0.69-dev, r1737253. + * Apache Tomcat 7.0.88-dev, r1737253. - * Apache Tomcat 8.0.34-dev, r1737224. +

[Tomcat Wiki] Update of "Security/Ciphers" by markt

2018-04-30 Thread Apache Wiki
de_TLS|Mozilla wiki]]. == Environment == The results above were generated with: - * Java 5, 64-bit, update 22 * Java 6, 64-bit, update 45 * Java 7, 64-bit, update 80 * Java 8, 64-bit, update 77 - * Apache Tomcat 6.0.46-dev, r1737284. * Apache Tomcat 7.0.69-dev, r

[Tomcat Wiki] Update of "FAQ/Troubleshooting_and_Diagnostics" by KonstantinKolinko

2018-04-12 Thread Apache Wiki
o wrong clients, mixing up responses. If you can reproduce the issue and the above diagnostic does not show your own bug, but a bug in Apache Tomcat, + * if the problem manifests as a security issue, see [[http://tomcat.apache.org/security.html|how to report it]]. [[CategoryFAQ]] ---

[Tomcat Wiki] Update of "FAQ/Troubleshooting_and_Diagnostics" by KonstantinKolinko

2018-04-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Troubleshooting_and_Diagnostics" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/FAQ/Troubleshooting_and_Diagnostics?action=diff&rev1=20&rev2=21 Com

[Tomcat Wiki] Update of "FrontPage" by KonstantinKolinko

2018-03-30 Thread Apache Wiki
on how to create a Wiki name, following suggestion by Charlie Arehart on the users' list This is the Wiki for Apache Tomcat, a Servlet and Java Server Pages container developed under the Apache License. The main documentation for this product is at [[http://tomcat.apache.org|tomcat.apac

[Tomcat Wiki] Update of "ContributorsGroup" by ChristopherSchultz

2018-03-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "ContributorsGroup" page has been changed by ChristopherSchultz: https://wiki.apache.org/tomcat/ContributorsGroup?action=diff&rev1=32&rev2=33 * AndreaBrugiolo * AndrewCarr

[Tomcat Wiki] Update of "TomcatVersions" by VioletaGeorgieva

2018-01-25 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "TomcatVersions" page has been changed by VioletaGeorgieva: https://wiki.apache.org/tomcat/TomcatVersions?action=diff&rev1=29&rev2=30 = Tomcat 9.0.x = ||Spec versions: ||Serv

[Tomcat Wiki] Update of "AddOns" by KonstantinKolinko

2018-01-23 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "AddOns" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/AddOns?action=diff&rev1=12&rev2=13 Comment: Add link to "Pick

[Tomcat Wiki] Update of "FAQ/Password" by KonstantinKolinko

2018-01-23 Thread Apache Wiki
entry about setting a custom PropertySource. Add link to "PicketLink Vault extension for Apache Tomcat" project. . Now, whenever you write {{{&resources;}}} in the text below, it will be replaced by the content of the file "resources.txt". The file path is relative t

[Tomcat Wiki] Update of "tools/SSLUtils.java" by ChristopherSchultz

2018-01-13 Thread Apache Wiki
topher Schultz licenses this file to You under the Apache License, - * Version 2.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless requ

[Tomcat Wiki] Update of "tools/SSLTest.java" by ChristopherSchultz

2018-01-13 Thread Apache Wiki
chultz - * - * Christopher Schultz licenses this file to You under the Apache License, - * Version 2.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 -

[Tomcat Wiki] Update of "ContributorsGroup" by ChristopherSchultz

2017-12-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "ContributorsGroup" page has been changed by ChristopherSchultz: https://wiki.apache.org/tomcat/ContributorsGroup?action=diff&rev1=31&rev2=32 * DmytroMrachkovskyi * EmericVern

[Tomcat Wiki] Update of "FAQ/Security" by KonstantinKolinko

2017-12-08 Thread Apache Wiki
Links|linked below]]) for a reference on how access to Management Applications in Tomcat should be secured. + + * There have been several reports of compromises via vulnerabilities in 3-rd party web applications deployed on Tomcat. E.g. vulnerabilities in Apache Struts framework were a popula

[Tomcat Wiki] Update of "FAQ/Security" by KonstantinKolinko

2017-12-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Security" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/FAQ/Security?action=diff&rev1=20&rev2=21 Comment: Add links to Tomcat 8.5 and Tomcat 9 "Sec

[Tomcat Wiki] Update of "FAQ/Troubleshooting_and_Diagnostics" by KonstantinKolinko

2017-11-29 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Troubleshooting_and_Diagnostics" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/FAQ/Troubleshooting_and_Diagnostics?action=diff&rev1=19&rev2=20 Com

[Tomcat Wiki] Update of "FAQ/Troubleshooting_and_Diagnostics" by KonstantinKolinko

2017-11-10 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Troubleshooting_and_Diagnostics" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/FAQ/Troubleshooting_and_Diagnostics?action=diff&rev1=18&rev2=19 Com

[Tomcat Wiki] Update of "FAQ/Troubleshooting_and_Diagnostics" by KonstantinKolinko

2017-10-02 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Troubleshooting_and_Diagnostics" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/FAQ/Troubleshooting_and_Diagnostics?action=diff&rev1=17&rev2=18 Com

[Tomcat Wiki] Update of "FAQ/KnownIssues" by KonstantinKolinko

2017-10-02 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/KnownIssues" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/FAQ/KnownIssues?action=diff&rev1=15&rev2=16 Comment: Replace obsolete bugzilla links wit

[Tomcat Wiki] Update of "FAQ/KnownIssues" by KonstantinKolinko

2017-10-02 Thread Apache Wiki
h response.getOutputStream() as argument. That causes the response stream to be closed from a finalizer() method of a class called PD4Device. When using an Apache/Tomcat connector, this unexpected stream close from the finalizer thread has occationally caused responses to be sent to wrong reque

[Tomcat Wiki] Update of "Specifications" by KonstantinKolinko

2017-09-21 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Specifications" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/Specifications?action=diff&rev1=47&rev2=48 Comment: Move HTTP/2 specifications to HTTP se

[Tomcat Wiki] Update of "Specifications" by KonstantinKolinko

2017-09-21 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Specifications" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/Specifications?action=diff&rev1=46&rev2=47 Comment: Reorder JSP & EL specifications, with

[Tomcat Wiki] Update of "TomcatVersions" by KonstantinKolinko

2017-09-21 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "TomcatVersions" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/TomcatVersions?action=diff&rev1=28&rev2=29 Comment: Update specification versions for Tom

[Tomcat Wiki] Update of "Specifications" by KonstantinKolinko

2017-09-21 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Specifications" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/Specifications?action=diff&rev1=45&rev2=46 Comment: Correct naming of JavaEE project

[Tomcat Wiki] Update of "TomcatVersions" by KonstantinKolinko

2017-09-21 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "TomcatVersions" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/TomcatVersions?action=diff&rev1=27&rev2=28 Comment: Update information on releases. (Tomc

[Tomcat Wiki] Update of "Specifications" by KonstantinKolinko

2017-09-21 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Specifications" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/Specifications?action=diff&rev1=44&rev2=45 Comment: Reorder Sevler specs with newer ones

[Tomcat Wiki] Update of "Specifications" by KonstantinKolinko

2017-09-21 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Specifications" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/Specifications?action=diff&rev1=43&rev2=44 Comment: Update spec compliance values, as bug

[Tomcat Wiki] Update of "tools/check_jmxproxy.pl" by ChristopherSchultz

2017-08-31 Thread Apache Wiki
2=3 Comment: Move to GitHub + In order to provide better history and community participation, this script has moved to: - {{{ - #!/usr/bin/perl - # - # check_jmxproxy - # - # Contacts a JMX proxy (like that which Apache Tomcat provides) - # and compares the return value to the warning and cri

[Tomcat Wiki] Update of "HowTo/FasterStartUp" by markt

2017-07-18 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "HowTo/FasterStartUp" page has been changed by markt: https://wiki.apache.org/tomcat/HowTo/FasterStartUp?action=diff&rev1=27&rev2=28 Comment: Un-wikify WebSocket }}} - The

[Tomcat Wiki] Update of "HowTo/FasterStartUp" by markt

2017-07-18 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "HowTo/FasterStartUp" page has been changed by markt: https://wiki.apache.org/tomcat/HowTo/FasterStartUp?action=diff&rev1=26&rev2=27 Comment: Complete some TODOs There exists

[Tomcat Wiki] Update of "SupportAndTraining" by markt

2017-04-17 Thread Apache Wiki
/images/pivotal-platinum.png|https://pivotal.io/support/oss|width=150}}]] - Pivotal provides global, 24x7, [[http://www.pivotal.io/support/offerings|enterprise support]] for production users of Apache Tomcat. Pivotal employs the leading experts on Apache Tomcat to ensure that support custo

[Tomcat Wiki] Update of "SupportAndTraining" by markt

2017-03-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "SupportAndTraining" page has been changed by markt: https://wiki.apache.org/tomcat/SupportAndTraining?action=diff&rev1=64&rev2=65 Comment: Make expected location of new entries cle

[Tomcat Wiki] Update of "SupportAndTraining" by markt

2017-03-24 Thread Apache Wiki
pivotal.io/support/offerings|width=150}}]] + + Pivotal provides global, 24x7, [[http://www.pivotal.io/support/offerings|enterprise support]] for production users of Apache Tomcat. Pivotal employs the leading experts on Apache Tomcat to ensure that support customers can get their questions answered

[Tomcat Wiki] Update of "SupportAndTraining" by markt

2017-03-24 Thread Apache Wiki
a_logo.gif|http://www.kippdata.de}}]] Kippdata's [[https://www.kippdata.de/tomcat/|eSupport for Apache Tomcat]] features several eSupport packages starting from basic support levels up to mission critical enterprise support. We actively contribute to the Apache Tomcat project, so that our bug fixes a

[Tomcat Wiki] Update of "SupportAndTraining" by markt

2017-03-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "SupportAndTraining" page has been changed by markt: https://wiki.apache.org/tomcat/SupportAndTraining?action=diff&rev1=61&rev2=62 Comment: Add a logo for mechsoft otherwise their e

[Tomcat Wiki] Update of "SupportAndTraining" by markt

2017-03-24 Thread Apache Wiki
ogo for intertech else their entry gets lost in the text Savoir-faire Linux provides 24/7 support, consulting, development and training services on Apache Tomcat. We provide [[http://www.savoirfairelinux.com/services/training/open-source-softwares/oss111-tomcat|Tomcat training]] in our offices

[Tomcat Wiki] New attachment added to page SupportAndTraining

2017-03-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page "SupportAndTraining" for change notification. An attachment has been added to that page by markt. Following detailed information is available: Attachment name: intertech.jpg Attachment size: 6926 Attachment link: https://wiki.apache.org/tomcat

[Tomcat Wiki] Update of "SupportAndTraining" by markt

2017-03-24 Thread Apache Wiki
Linux provides 24/7 support, consulting, development and training services on Apache Tomcat. We provide [[http://www.savoirfairelinux.com/services/training/open-source-softwares/oss111-tomcat|Tomcat training]] in our offices in Montreal, Quebec City and Ottawa, Canada. For private, on-site and c

[Tomcat Wiki] Update of "SupportAndTraining" by markt

2017-03-24 Thread Apache Wiki
!LearnComputer offers instructor-led online and onsite [[http://www.learncomputer.com/training/tomcat/|Tomcat training]] courses for companies and public. We also offer beginner to advanced courses in Android, Apache, Hadoop, PHP, MySQL, Linux, Java and Networking. - [[http://www.gfu.

[Tomcat Wiki] New attachment added to page SupportAndTraining

2017-03-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page "SupportAndTraining" for change notification. An attachment has been added to that page by markt. Following detailed information is available: Attachment name: gfu.jpg Attachment size: 3601 Attachment link: https://wiki.apache.org/tomcat/Suppo

[Tomcat Wiki] Update of "SupportAndTraining" by markt

2017-03-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "SupportAndTraining" page has been changed by markt: https://wiki.apache.org/tomcat/SupportAndTraining?action=diff&rev1=57&rev2=58 Comment: Remove JMatrix. Website is no longer acti

[Tomcat Wiki] Update of "SupportAndTraining" by markt

2017-03-24 Thread Apache Wiki
Mulesoft logo Kippdata bietet eine [[http://www.kippdata.de/red/workshops/opensource/|Auswahl an Schulungen für Apache Tomcat]] an. Wir haben uns auf Ein-Tages-Schulungen zu Themen wie „Apache Tomcat Best Practices“, „Java Memory Sizing and Garbage Collection Tuning“ spezialisiert. Kippd

[Tomcat Wiki] Update of "SupportAndTraining" by markt

2017-03-24 Thread Apache Wiki
Mulesoft logo Pivotal provides global, 24x7, [[http://www.pivotal.io/support/offerings|enterprise support]] for production users of Apache Tomcat. Pivotal employs the leading experts on Apache Tomcat to ensure that support customers can get their questions answered quickly and accur

[Tomcat Wiki] Update of "SupportAndTraining" by markt

2017-03-24 Thread Apache Wiki
l.io/support/offerings|{{http://www.apache.org/foundation/images/pivotal-platinum.png|http://www.pivotal.io/support/offerings|width=150}}]] Pivotal provides global, 24x7, [[http://www.pivotal.io/support/offerings|enterprise support]] for production users of Apache Tomcat. Pivotal employs the leading ex

[Tomcat Wiki] Update of "SupportAndTraining" by LucaVisconti

2017-03-24 Thread Apache Wiki
ry Pivotal, but I've noticed only now that on "Revision 44 as of 2015-02-03 20:52:47" you changed your position from line 61 to in front of Open Gate. I re-established original order. Kippdatas [[https://www.kippdata.de/tomcat/|eSupport für Apache Tomcat]] bietet von

[Tomcat Wiki] Update of "SupportAndTraining" by markt

2017-03-24 Thread Apache Wiki
onger offers Tomcat training Kippdata bietet eine [[http://www.kippdata.de/red/workshops/opensource/|Auswahl an Schulungen für Apache Tomcat]] an. Wir haben uns auf Ein-Tages-Schulungen zu Themen wie „Apache Tomcat Best Practices“, „Java Memory Sizing and Garbage Collection Tuning“ spezial

[Tomcat Wiki] Update of "SupportAndTraining" by markt

2017-03-24 Thread Apache Wiki
logo Kippdatas [[https://www.kippdata.de/tomcat/|eSupport für Apache Tomcat]] bietet von Basis Level Support bis hin zu Support für unternehmenskritische Anwendungen verschiedene eSupport-Pakete. Wir beteiligen uns aktiv am Apache Tomcat Projekt, so dass unsere Fehlerbeseitigungen und andere Erw

[Tomcat Wiki] Update of "ServletProxy" by WoonsanKo

2017-01-30 Thread Apache Wiki
is.org/, “home page – noodle”. [3] http://edwardstx.net/wiki/Wiki.jsp?page=HttpProxyServlet, “ Http proxy Servlet – main page”. + + [4] http://portals.apache.org/applications/webcontent2/reverse-proxy-module.html, “Apache Portals Web Content Application 2 - Http proxy S

[Tomcat Wiki] Update of "ServletProxy" by WoonsanKo

2017-01-30 Thread Apache Wiki
rdstx.net/wiki/Wiki.jsp?page=HttpProxyServlet + ''''' 4) Apache Portals WebContent-2 Reverse Proxy Module ''''' : The Reverse Proxy Module provides the features of Reverse Proxy, and it consists of HTTP Client builder components (using Http

[Tomcat Wiki] Update of "ContributorsGroup" by markt

2017-01-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "ContributorsGroup" page has been changed by markt: https://wiki.apache.org/tomcat/ContributorsGroup?action=diff&rev1=30&rev2=31 Comment: += WoonsanKo * StevenHeckler * Siegf

[Tomcat Wiki] Update of "FAQ/Monitoring" by EmericVernat

2017-01-26 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Monitoring" page has been changed by EmericVernat: https://wiki.apache.org/tomcat/FAQ/Monitoring?action=diff&rev1=17&rev2=18 Comment: fix javamelody links [[http://moskit

[Tomcat Wiki] Update of "SupportAndTraining" by RoseHosting

2016-12-29 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "SupportAndTraining" page has been changed by RoseHosting: https://wiki.apache.org/tomcat/SupportAndTraining?action=diff&rev1=48&rev2=49 Comment: added our Tomcat services [[h

[Tomcat Wiki] Update of "Specifications" by CotySutherland

2016-12-21 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Specifications" page has been changed by CotySutherland: https://wiki.apache.org/tomcat/Specifications?action=diff&rev1=42&rev2=43 Comment: Adding missing JASPIC section as it was

[Tomcat Wiki] Update of "AdminGroup" by markt

2016-12-21 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "AdminGroup" page has been changed by markt: https://wiki.apache.org/tomcat/AdminGroup?action=diff&rev1=11&rev2=12 Comment: += Coty Sutherland * VioletaGeorgieva * JeanFreder

[Tomcat Wiki] Update of "WikiSandBox" by JamesLampert

2016-09-28 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "WikiSandBox" page has been changed by JamesLampert: https://wiki.apache.org/tomcat/WikiSandBox?action=diff&rev1=9&rev2=10 blockquote . deeper - IBM_MidrangeSystem +

[Tomcat Wiki] Update of "WikiSandBox" by JamesLampert

2016-09-28 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "WikiSandBox" page has been changed by JamesLampert: https://wiki.apache.org/tomcat/WikiSandBox?action=diff&rev1=8&rev2=9 blockquote . deeper - CL_Program + IBM_MidrangeSy

[Tomcat Wiki] Update of "WikiSandBox" by JamesLampert

2016-09-28 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "WikiSandBox" page has been changed by JamesLampert: https://wiki.apache.org/tomcat/WikiSandBox?action=diff&rev1=7&rev2=8 Please feel free to experiment here, after the four dashe

[Tomcat Wiki] Update of "WikiSandBox" by JamesLampert

2016-09-28 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "WikiSandBox" page has been changed by JamesLampert: https://wiki.apache.org/tomcat/WikiSandBox?action=diff&rev1=6&rev2=7 2. blockquote deeper + CLProgram === Glos

[Tomcat Wiki] Update of "ContributorsGroup" by ChristopherSchultz

2016-09-28 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "ContributorsGroup" page has been changed by ChristopherSchultz: https://wiki.apache.org/tomcat/ContributorsGroup?action=diff&rev1=29&rev2=30 * GregTrasuk * HartmutBecker *

[Tomcat Wiki] Update of "FAQ/Logging" by ChristopherSchultz

2016-09-08 Thread Apache Wiki
k for cronolog. 1. If you are using jsvc 1.0.4 or later (from [[http://commons.apache.org/daemon/|Apache Commons Daemon]] project) to launch Tomcat, you can send SIGUSR1 signal to jsvc to get it to re-open its log files ([[https://issues.apache.org/jira/browse/DAEMON-95|Jira Ticket]]

[Tomcat Wiki] Update of "SupportAndTraining" by GregTrasuk

2016-07-25 Thread Apache Wiki
Age Solutions offers [[http://www.webagesolutions.com/courses/servers-operating-systems-training|Apache Tomcat training and mentoring]] on-site in the US, Canada and worldwide, at a training center, in a Live Virtual Class, or through our subscription-based video library. + === Example company name ===

[Tomcat Wiki] Update of "ContributorsGroup" by KonstantinKolinko

2016-07-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "ContributorsGroup" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/ContributorsGroup?action=diff&rev1=28&rev2=29 Comment: Add GregTrasuk, as requested on

[Tomcat Wiki] Update of "AdminGroup" by KonstantinKolinko

2016-07-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "AdminGroup" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/AdminGroup?action=diff&rev1=10&rev2=11 Comment: Add FelixSchumacher, as requested on dev@ lis

[Tomcat Wiki] Update of "Specifications" by KonstantinKolinko

2016-07-19 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Specifications" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/Specifications?action=diff&rev1=41&rev2=42 Comment: Add link to RFC 6266 === Relate

[Tomcat Wiki] Update of "Specifications" by KonstantinKolinko

2016-07-19 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Specifications" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/Specifications?action=diff&rev1=40&rev2=41 Comment: Add link to Cookies RFC. === Relat

[Tomcat Wiki] Update of "FrontPage" by KonstantinKolinko

2016-07-19 Thread Apache Wiki
r the image, so that Firefox (47.0.1) does not complain about an insecure page when accessing wiki with https:// ##language:en = Welcome to the Apache Tomcat Wiki = - {{http://tomcat.apache.org/images/tomcat.gif}} + {{https://tomcat.apache.org/images/tomcat.gif}} This is the Wiki for Apach

[Tomcat Wiki] Update of "FAQ/Password" by KonstantinKolinko

2016-06-28 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Password" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/FAQ/Password?action=diff&rev1=11&rev2=12 Comment: Correct DOCTYPE declaration example - it

[Tomcat Wiki] Update of "TomcatVersions" by markt

2016-06-13 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "TomcatVersions" page has been changed by markt: https://wiki.apache.org/tomcat/TomcatVersions?action=diff&rev1=26&rev2=27 Comment: Add 8.5.x The "Process" field in the following

[Tomcat Wiki] Update of "AJP with stunnel" by ChristopherSchultz

2016-05-25 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "AJP with stunnel" page has been changed by ChristopherSchultz: https://wiki.apache.org/tomcat/AJP%20with%20stunnel New page: = AJP over stunnel = stunnel is a little more complica

[Tomcat Wiki] Update of "FAQ/Connectors" by ChristopherSchultz

2016-05-25 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Connectors" page has been changed by ChristopherSchultz: https://wiki.apache.org/tomcat/FAQ/Connectors?action=diff&rev1=16&rev2=17 directives to say http:// (or https://) ins

[Tomcat Wiki] Update of "Security/Ciphers" by markt

2016-03-31 Thread Apache Wiki
8_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA == Environment == @@ -79, +56 @@ * Java 6, 64-bit, update 45 * Java 7, 64-bit, update 80 * Java 8, 64-bit, update 77 - * Apache Tomcat 6.0.44-dev, r1664561. This is after the com

[Tomcat Wiki] Update of "Security/Ciphers" by markt

2016-03-31 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Security/Ciphers" page has been changed by markt: https://wiki.apache.org/tomcat/Security/Ciphers?action=diff&rev1=17&rev2=18 Comment: Add the results for Tomcat 6 and JSSE == B

[Tomcat Wiki] Update of "Security/Ciphers" by markt

2016-03-31 Thread Apache Wiki
ettings for Improved Results == @@ -80, +78 @@ * Java 7, 64-bit, update 80 * Java 8, 64-bit, update 77 * Apache Tomcat 6.0.44-dev, r1664561. This is after the commit that disabled SSLv2 and SSLv3. - * Apache Tomcat 7.0.69-dev, r1737249. + * Apache Tomcat 7.0.69-dev, r1737253. * Apache

[Tomcat Wiki] Update of "Security/Ciphers" by markt

2016-03-31 Thread Apache Wiki
pdate 80 * Java 8, 64-bit, update 77 * Apache Tomcat 6.0.44-dev, r1664561. This is after the commit that disabled SSLv2 and SSLv3. - * Apache Tomcat 7.0.60-dev, r1664373. + * Apache Tomcat 7.0.69-dev, r1737249. * Apache Tomcat 8.0.34-dev, r1737224. * Apache Tomcat 8.5.1-dev, r1737241.

  1   2   3   4   5   6   7   8   9   10   >