[tomcat] branch main updated: Clarify requirement is for certificateFile or certificateKeystoreFile
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new ee7e56fd43 Clarify requirement is for certificateFile or certificateKeystoreFile ee7e56fd43 is described below commit ee7e56fd433830769e1c7d46a55da6751229d90e Author: Mark Thomas AuthorDate: Mon Jul 11 09:41:26 2022 +0100 Clarify requirement is for certificateFile or certificateKeystoreFile --- webapps/docs/config/http.xml | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml index 1cee41818e..890bf7dcef 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -1420,7 +1420,7 @@ - + Name of the file that contains the server certificate. The format is PEM-encoded. Relative paths will be resolved against $CATALINA_BASE. @@ -1429,6 +1429,8 @@ generated by openssl dhparam and openssl ecparam, respectively. The output of the respective OpenSSL command can simply be concatenated to the certificate file. + This attribute is required unless + certificateKeystoreFile is specified. @@ -1481,6 +1483,8 @@ When using a domain keystore (keystoreType of DKS), this parameter should be the URI to the domain keystore. + This attribute is required unless + certificateFile is specified. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch 10.0.x updated: Clarify requirement is for certificateFile or certificateKeystoreFile
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new d722ba8b68 Clarify requirement is for certificateFile or certificateKeystoreFile d722ba8b68 is described below commit d722ba8b68c0c776abde0c6d3b54dd5833c0f2e6 Author: Mark Thomas AuthorDate: Mon Jul 11 09:41:26 2022 +0100 Clarify requirement is for certificateFile or certificateKeystoreFile --- webapps/docs/config/http.xml | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml index d95e5c8b3a..65f251f9db 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -1513,7 +1513,7 @@ - + Name of the file that contains the server certificate. The format is PEM-encoded. Relative paths will be resolved against $CATALINA_BASE. @@ -1522,6 +1522,8 @@ generated by openssl dhparam and openssl ecparam, respectively. The output of the respective OpenSSL command can simply be concatenated to the certificate file. + This attribute is required unless + certificateKeystoreFile is specified. @@ -1574,6 +1576,8 @@ When using a domain keystore (keystoreType of DKS), this parameter should be the URI to the domain keystore. + This attribute is required unless + certificateFile is specified. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch 9.0.x updated: Clarify requirement is for certificateFile or certificateKeystoreFile
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 834c0c5a9a Clarify requirement is for certificateFile or certificateKeystoreFile 834c0c5a9a is described below commit 834c0c5a9a0f8c5a7150eaf9222bce6a13a7f781 Author: Mark Thomas AuthorDate: Mon Jul 11 09:41:26 2022 +0100 Clarify requirement is for certificateFile or certificateKeystoreFile --- webapps/docs/config/http.xml | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml index fb311aa849..2942b8a245 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -1528,7 +1528,7 @@ - + Name of the file that contains the server certificate. The format is PEM-encoded. Relative paths will be resolved against $CATALINA_BASE. @@ -1537,6 +1537,8 @@ generated by openssl dhparam and openssl ecparam, respectively. The output of the respective OpenSSL command can simply be concatenated to the certificate file. + This attribute is required unless + certificateKeystoreFile is specified. @@ -1589,6 +1591,8 @@ When using a domain keystore (keystoreType of DKS), this parameter should be the URI to the domain keystore. + This attribute is required unless + certificateFile is specified. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch 8.5.x updated: Clarify requirement is for certificateFile or certificateKeystoreFile
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 3aebc0aa10 Clarify requirement is for certificateFile or certificateKeystoreFile 3aebc0aa10 is described below commit 3aebc0aa1007db1b83a6d17edc5146056b1a4beb Author: Mark Thomas AuthorDate: Mon Jul 11 09:41:26 2022 +0100 Clarify requirement is for certificateFile or certificateKeystoreFile --- webapps/docs/config/http.xml | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml index 412cf50ded..5c2f232942 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -1501,7 +1501,7 @@ - + Name of the file that contains the server certificate. The format is PEM-encoded. Relative paths will be resolved against $CATALINA_BASE. @@ -1510,6 +1510,8 @@ generated by openssl dhparam and openssl ecparam, respectively. The output of the respective OpenSSL command can simply be concatenated to the certificate file. + This attribute is required unless + certificateKeystoreFile is specified. @@ -1562,6 +1564,8 @@ When using a domain keystore (keystoreType of DKS), this parameter should be the URI to the domain keystore. + This attribute is required unless + certificateFile is specified. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[VOTE][RESULT] Apache Tomcat migration tool for Jakarta EE 1.0.1
The following votes were cast: Binding: +1: remm, markt, kkolinko Non-Binding: +1: Han Li No other votes were cast. The vote therefore passes. Thanks to everyone who contributed to this release. Mark On 05/07/2022 20:48, Mark Thomas wrote: The proposed Apache Tomcat migration tool for Jakarta EE 1.0.1 is now available for voting. The significant changes since 1.0.0 are: - Add support for .groovy files - Better support for non-standard archives - Numerous library updates It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/jakartaee-migration/v1.0.1/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1381/ The tag is: https://github.com/apache/tomcat-jakartaee-migration/tree/1.0.1 acf10c08b41c6ce8fa4965fd975420b6e9e2b038 The proposed 1.0.1 release is: [ ] -1: Broken. Do not release because... [ ] +1: Acceptable. Go ahead and release. Thanks, Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r55677 - /dev/tomcat/jakartaee-migration/v1.0.1/ /release/tomcat/jakartaee-migration/v1.0.1/
Author: markt Date: Mon Jul 11 08:56:51 2022 New Revision: 55677 Log: Release Apache Tomcat migration tool for Jakarta EE 1.0.1 Added: release/tomcat/jakartaee-migration/v1.0.1/ - copied from r55676, dev/tomcat/jakartaee-migration/v1.0.1/ Removed: dev/tomcat/jakartaee-migration/v1.0.1/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r1902648 - in /tomcat/site/trunk: ./ docs/download-migration.html docs/index.html docs/oldnews-2021.html xdocs/download-migration.xml xdocs/index.xml xdocs/oldnews-2021.xml
Author: markt Date: Mon Jul 11 09:07:43 2022 New Revision: 1902648 URL: http://svn.apache.org/viewvc?rev=1902648&view=rev Log: Update site for Tomcat migration tool for Jakarta EE 1.0.1 release Modified: tomcat/site/trunk/ (props changed) tomcat/site/trunk/docs/download-migration.html tomcat/site/trunk/docs/index.html tomcat/site/trunk/docs/oldnews-2021.html tomcat/site/trunk/xdocs/download-migration.xml tomcat/site/trunk/xdocs/index.xml tomcat/site/trunk/xdocs/oldnews-2021.xml Propchange: tomcat/site/trunk/ -- --- svn:ignore (original) +++ svn:ignore Mon Jul 11 09:07:43 2022 @@ -1,4 +1,5 @@ .project +.settings *.iml build.properties .idea Modified: tomcat/site/trunk/docs/download-migration.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-migration.html?rev=1902648&r1=1902647&r2=1902648&view=diff == --- tomcat/site/trunk/docs/download-migration.html (original) +++ tomcat/site/trunk/docs/download-migration.html Mon Jul 11 09:07:43 2022 @@ -7,7 +7,7 @@ Quick Navigation -[define v]1.0.0[end] +[define v]1.0.1[end] https://downloads.apache.org/tomcat/jakartaee-migration/KEYS";>KEYS | [v] | Browse | Modified: tomcat/site/trunk/docs/index.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1902648&r1=1902647&r2=1902648&view=diff == --- tomcat/site/trunk/docs/index.html (original) +++ tomcat/site/trunk/docs/index.html Mon Jul 11 09:07:43 2022 @@ -34,6 +34,25 @@ wiki page. Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat project logo are trademarks of the Apache Software Foundation. +2022-07-11 Tomcat Migration Tool for Jakarta EE 1.0.1 Released + +The Apache Tomcat Project is proud to announce the release of 1.0.1 of the +Apache Tomcat Migration Tool for Jakarta EE. This release contains a number of +bug fixes and improvements compared to version 1.0.0. +The notable changes in this release are: + +Add support for .groovy files +Better support for non-standard archives +Numerous library updates + + +Full details of these changes, and all the other changes, are available in the +https://github.com/apache/tomcat-jakartaee-migration/blob/main/CHANGES.md";>changelog. + + + +https://tomcat.apache.org/download-migration.cgi";>Download + 2022-06-14 Tomcat Native 1.2.34 Released The Apache Tomcat Project is proud to announce the release of version 1.2.34 of @@ -173,26 +192,6 @@ Full details of these changes, and all t https://tomcat.apache.org/download-10.cgi";>Download -2021-05-07 Tomcat Migration Tool for Jakarta EE 1.0.0 Released - -The Apache Tomcat Project is proud to announce the release of 1.0.0 of the -Apache Tomcat Migration Tool for Jakarta EE. This release contains a number of -bug fixes and improvements compared to version 0.2.0. -The notable changes in this release are: - -Further fixes to exclude javax.xml packages that are not part of Java EE -from the migration. -The class transformer now validates that the target classes in the Jakarta -namespace exist in the runtime environment. - - -Full details of these changes, and all the other changes, are available in the -https://github.com/apache/tomcat-jakartaee-migration/blob/main/CHANGES.md";>changelog. - - - -https://tomcat.apache.org/download-migration.cgi";>Download - 2020-03-06 Tomcat Connectors 1.2.48 Released The Apache Tomcat Project is proud to announce the release of version 1.2.48 of Modified: tomcat/site/trunk/docs/oldnews-2021.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2021.html?rev=1902648&r1=1902647&r2=1902648&view=diff == --- tomcat/site/trunk/docs/oldnews-2021.html (original) +++ tomcat/site/trunk/docs/oldnews-2021.html Mon Jul 11 09:07:43 2022 @@ -847,6 +847,26 @@ changelog. https://tomcat.apache.org/download-80.cgi";>Download +2021-05-07 Tomcat Migration Tool for Jakarta EE 1.0.0 Released + +The Apache Tomcat Project is proud to announce the release of 1.0.0 of the +Apache Tomcat Migration Tool for Jakarta EE. This release contains a number of +bug fixes and improvements compared to version 0.2.0. +The notable changes in this release are: + +Further fixes to exclude javax.xml packages that are not part of Java EE +from the migration. +The class transformer now validates that the target classes in the Jakarta +namespace exist in the runtime environment. + + +Full details of these changes, and all the other changes, are available in the +https://github.com/apache/tomcat-jakartaee-migration/blob/main/CHANGES.md";>changelog. + + + +https://tomcat.apache.org/download-migration.cgi";>Download + 2021-04-06 Tomcat 10.0.5 Released The
svn commit: r55678 - /release/tomcat/jakartaee-migration/v1.0.0/
Author: markt Date: Mon Jul 11 09:08:39 2022 New Revision: 55678 Log: Drop 1.0.0 from mirror system Removed: release/tomcat/jakartaee-migration/v1.0.0/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch main updated: Update Tomcat migration tool for Jakarta EE to 1.0.1
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new ec4002ea51 Update Tomcat migration tool for Jakarta EE to 1.0.1 ec4002ea51 is described below commit ec4002ea51492e2bd231db715eaf3a6325a41717 Author: Mark Thomas AuthorDate: Mon Jul 11 11:38:07 2022 +0100 Update Tomcat migration tool for Jakarta EE to 1.0.1 --- build.properties.default | 6 +++--- webapps/docs/changelog.xml | 4 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/build.properties.default b/build.properties.default index 0af36b2f9a..97ecc7fd59 100644 --- a/build.properties.default +++ b/build.properties.default @@ -305,12 +305,12 @@ bnd.jar=${bnd.home}/biz.aQute.bnd-${bnd.version}.jar bnd.loc=${base-maven.loc}/biz/aQute/bnd/biz.aQute.bnd/${bnd.version}/biz.aQute.bnd-${bnd.version}.jar # - Tomcat Migration Tool for Jakarta EE - -migration-lib.version=1.0.0 +migration-lib.version=1.0.1 -# checksums for jakartaee-migration-1.0.0-shaded.jar +# checksums for jakartaee-migration-1.0.1-shaded.jar migration-lib.checksum.enabled=true migration-lib.checksum.algorithm=MD5|SHA-1 -migration-lib.checksum.value=cecc0fa3b5947dd52465ed395ba3f23f|19a3e36dec08bbc60ab511651887375c0a7e4d1b +migration-lib.checksum.value=c81ed5111319cf59073b9d96d368bc6f|5deeb6d46401642df23cbc48c5766321bc3d7b44 migration-lib.home=${base.path}/migration-${migration-lib.version} migration-lib.jar=${migration-lib.home}/jakartaee-migration-${migration-lib.version}-shaded.jar diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 85afaee5f2..f31debc1f6 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -241,6 +241,10 @@ Update the CXF module to Apache CXF 3.5.3. (remm) + +Update the Apache Tomcat migration tool for Jakarta EE library to 1.0.1. +(markt) + - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[tomcat] branch 10.0.x updated: Update Tomcat migration tool for Jakarta EE to 1.0.1
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new 62aa44ddac Update Tomcat migration tool for Jakarta EE to 1.0.1 62aa44ddac is described below commit 62aa44ddac8a1809bd7355616302834675d9ba94 Author: Mark Thomas AuthorDate: Mon Jul 11 11:38:07 2022 +0100 Update Tomcat migration tool for Jakarta EE to 1.0.1 --- build.properties.default | 6 +++--- webapps/docs/changelog.xml | 4 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/build.properties.default b/build.properties.default index 0ad93c88d6..e20277cea6 100644 --- a/build.properties.default +++ b/build.properties.default @@ -310,12 +310,12 @@ bnd.jar=${bnd.home}/biz.aQute.bnd-${bnd.version}.jar bnd.loc=${base-maven.loc}/biz/aQute/bnd/biz.aQute.bnd/${bnd.version}/biz.aQute.bnd-${bnd.version}.jar # - Tomcat Migration Tool for Jakarta EE - -migration-lib.version=1.0.0 +migration-lib.version=1.0.1 -# checksums for jakartaee-migration-1.0.0-shaded.jar +# checksums for jakartaee-migration-1.0.1-shaded.jar migration-lib.checksum.enabled=true migration-lib.checksum.algorithm=MD5|SHA-1 -migration-lib.checksum.value=cecc0fa3b5947dd52465ed395ba3f23f|19a3e36dec08bbc60ab511651887375c0a7e4d1b +migration-lib.checksum.value=c81ed5111319cf59073b9d96d368bc6f|5deeb6d46401642df23cbc48c5766321bc3d7b44 migration-lib.home=${base.path}/migration-${migration-lib.version} migration-lib.jar=${migration-lib.home}/jakartaee-migration-${migration-lib.version}-shaded.jar diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 3fc1b2082f..5153204057 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -209,6 +209,10 @@ Update the CXF module to Apache CXF 3.5.3. (remm) + +Update the Apache Tomcat migration tool for Jakarta EE library to 1.0.1. +(markt) + - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[ANN] Apache Tomcat Migration tool for Jakarta EE 1.0.1
The Apache Tomcat team announces the immediate availability of Apache Tomcat Migration Tool for Jakarta EE 1.0.1 Apache Tomcat Migration Tool for Jakarta EE is an open source software tool for migrating binary web applications (WAR files) and other binary artefacts from Java EE 8 to Jakarta EE 9. The notable changes since 1.0.0 include: - Add support for .groovy files - Better support for non-standard archives - Numerous library updates Please refer to the change log for the complete list of changes: https://github.com/apache/tomcat-jakartaee-migration/blob/master/CHANGES.md Downloads: http://tomcat.apache.org/download-migration.cgi Enjoy! - The Apache Tomcat team - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: [VOTE] Release Apache Tomcat Native 2.0.1
Ping. We need one more PMC vote for the release. Mark On 06/07/2022 11:32, Mark Thomas wrote: This is the first release of the Tomcat Native 2.0.x branch. The major differences compared to the 1.2.x branch are: - JNI API has been reduced to just that required to support Tomcat's OpenSSL based TLS implementation. The APR/native connector is no longer supported in this branch. - The minimum supported versions have been increased to OpenSSL 3.0.x, Apache APR 1.7.x, Java 11, Windows 7 / Server 2008 R2 - The windows binaries in this release have been built with OpenSSL 3.0.5 The 2.0.x branch is primarily intended for use with Tomcat 10.1.x but can be used with earlier versions as long as the APR/native connector is not used. The proposed release artefacts can be found at [1], and the build was done using tag [2]. The Apache Tomcat Native 2.0.1 release is [ ] Stable, go ahead and release [ ] Broken because of ... Thanks, Mark [1] https://dist.apache.org/repos/dist/dev/tomcat/tomcat-connectors/native/2.0.1 [2] https://gitbox.apache.org/repos/asf?p=tomcat-native.git;a=commit;h=1703058911e28b54a71a914c0c6f3de570579d73 - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r1902658 - in /tomcat/site/trunk: docs/presentations.html xdocs/presentations.xml
Author: markt Date: Mon Jul 11 12:40:41 2022 New Revision: 1902658 URL: http://svn.apache.org/viewvc?rev=1902658&view=rev Log: List presentations for ApacheCon @Home 2021 Modified: tomcat/site/trunk/docs/presentations.html tomcat/site/trunk/xdocs/presentations.xml Modified: tomcat/site/trunk/docs/presentations.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/presentations.html?rev=1902658&r1=1902657&r2=1902658&view=diff == --- tomcat/site/trunk/docs/presentations.html (original) +++ tomcat/site/trunk/docs/presentations.html Mon Jul 11 12:40:41 2022 @@ -29,6 +29,39 @@ li.targeted { transition:ease-in-out 1s; } +ApacheCon @Home 2021 + + +New and Upcoming - Rémy Maucherat, +https://www.youtube.com/watch?v=gjSj7zIiLPA";>video + + +HTTP/2, HTTP/3 and TLS State of the Art in our Servers - Jean-Frederic Clere, +https://www.youtube.com/watch?v=k3Gaclzv4JM";>video + + +Enabling FIPS for Tomcat - Amit Pande, +https://www.youtube.com/watch?v=8rf8EqvK18g";>video + + +Proxing to Tomcat with httpd - Jean-Frederic Clere, +https://www.youtube.com/watch?v=YRxfSytSv-0";>video + + +Debugging complex issues in web applications - Mark Thomas, +https://people.apache.org/~markt/presentations/2021-09-debugging-complex-webapps.pdf";>slides, +https://www.youtube.com/watch?v=UglxkO2Y5mU";>video + + +From a Cluster to a Cloud - Jean-Frederic Clere, +https://www.youtube.com/watch?v=eXrpBMb2dvI";>video + + +Enabling Scripting Languages in JSPs - Rony G. Flatscher, +https://www.youtube.com/watch?v=zVw6WDoMwRg";>video + + + ApacheCon Asia 2021 Modified: tomcat/site/trunk/xdocs/presentations.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/presentations.xml?rev=1902658&r1=1902657&r2=1902658&view=diff == --- tomcat/site/trunk/xdocs/presentations.xml (original) +++ tomcat/site/trunk/xdocs/presentations.xml Mon Jul 11 12:40:41 2022 @@ -37,6 +37,39 @@ li.targeted { transition:ease-in-out 1s; } + + + +New and Upcoming - Rémy Maucherat, +https://www.youtube.com/watch?v=gjSj7zIiLPA";>video + + +HTTP/2, HTTP/3 and TLS State of the Art in our Servers - Jean-Frederic Clere, +https://www.youtube.com/watch?v=k3Gaclzv4JM";>video + + +Enabling FIPS for Tomcat - Amit Pande, +https://www.youtube.com/watch?v=8rf8EqvK18g";>video + + +Proxing to Tomcat with httpd - Jean-Frederic Clere, +https://www.youtube.com/watch?v=YRxfSytSv-0";>video + + +Debugging complex issues in web applications - Mark Thomas, +https://people.apache.org/~markt/presentations/2021-09-debugging-complex-webapps.pdf";>slides, +https://www.youtube.com/watch?v=UglxkO2Y5mU";>video + + +From a Cluster to a Cloud - Jean-Frederic Clere, +https://www.youtube.com/watch?v=eXrpBMb2dvI";>video + + +Enabling Scripting Languages in JSPs - Rony G. Flatscher, +https://www.youtube.com/watch?v=zVw6WDoMwRg";>video + + + - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r1902659 - in /tomcat/site/trunk: docs/presentations.html xdocs/presentations.xml
Author: markt Date: Mon Jul 11 12:45:48 2022 New Revision: 1902659 URL: http://svn.apache.org/viewvc?rev=1902659&view=rev Log: List presentations for ApacheCon Asia 2021 Modified: tomcat/site/trunk/docs/presentations.html tomcat/site/trunk/xdocs/presentations.xml Modified: tomcat/site/trunk/docs/presentations.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/presentations.html?rev=1902659&r1=1902658&r2=1902659&view=diff == --- tomcat/site/trunk/docs/presentations.html (original) +++ tomcat/site/trunk/docs/presentations.html Mon Jul 11 12:45:48 2022 @@ -70,6 +70,14 @@ li.targeted { https://people.apache.org/~markt/presentations/2021-08-08-debugging-complex-webapps/2021-08-08-debugging-complex-webapps.m4a";>audio, https://people.apache.org/~markt/presentations/2021-08-08-debugging-complex-webapps/2021-08-08-debugging-complex-webapps.mp4";>video + +Using Alibaba Arthas for Tomcat Diagnostics - æ³®å£ä¼, +https://www.youtube.com/watch?v=bF1QQv13tQ8";>video (Chinese) + + +Mtop: Highly Concurrency and Highly Reliable API Gateway based on Tomcat - Xinwei Wu, +https://www.youtube.com/watch?v=IOeuO50u9UA";>video (Chinese) + ApacheCon @Home 2020 Modified: tomcat/site/trunk/xdocs/presentations.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/presentations.xml?rev=1902659&r1=1902658&r2=1902659&view=diff == --- tomcat/site/trunk/xdocs/presentations.xml (original) +++ tomcat/site/trunk/xdocs/presentations.xml Mon Jul 11 12:45:48 2022 @@ -78,6 +78,14 @@ li.targeted { https://people.apache.org/~markt/presentations/2021-08-08-debugging-complex-webapps/2021-08-08-debugging-complex-webapps.m4a";>audio, https://people.apache.org/~markt/presentations/2021-08-08-debugging-complex-webapps/2021-08-08-debugging-complex-webapps.mp4";>video + +Using Alibaba Arthas for Tomcat Diagnostics - æ³®å£ä¼, +https://www.youtube.com/watch?v=bF1QQv13tQ8";>video (Chinese) + + +Mtop: Highly Concurrency and Highly Reliable API Gateway based on Tomcat - Xinwei Wu, +https://www.youtube.com/watch?v=IOeuO50u9UA";>video (Chinese) + - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[Bug 65770] Make keys reload automatically
https://bz.apache.org/bugzilla/show_bug.cgi?id=65770 Rainer Jung changed: What|Removed |Added Target Milestone|--- |-- Component|Common |Connectors Product|Tomcat Connectors |Tomcat 10 -- 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
[Bug 65488] Destroy method is not being called during Failover configuration
https://bz.apache.org/bugzilla/show_bug.cgi?id=65488 --- Comment #1 from Rainer Jung --- Sorry for looking at this so late. I do not understand your description. Which destroy method do you mean? Maybe you can be more explicit about your setup including configuration, how you test (which URLs do you call and how), what is your expectation what should happen and how does your actual observation differ from that. Thank you, Rainer -- 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
[Bug 65488] Destroy method is not being called during Failover configuration
https://bz.apache.org/bugzilla/show_bug.cgi?id=65488 Rainer Jung changed: What|Removed |Added Status|NEW |NEEDINFO -- 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
[Bug 65488] Destroy method is not being called during Failover configuration
https://bz.apache.org/bugzilla/show_bug.cgi?id=65488 Rainer Jung changed: What|Removed |Added Keywords|ErrorMessage| -- 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
[Bug 63808] the fact that JkMount makes other directives ineffective is undocumented
https://bz.apache.org/bugzilla/show_bug.cgi?id=63808 Rainer Jung changed: What|Removed |Added Status|REOPENED|NEEDINFO -- 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