This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch tomee-10.x in repository https://gitbox.apache.org/repos/asf/tomee.git
commit f54508b9a5a1511ff068303dc6809d726ab1838f Author: Richard Zowalla <[email protected]> AuthorDate: Wed Feb 25 19:46:09 2026 +0100 Update doc links to 10.1 --- docs/admin/cluster/index.adoc | 2 +- docs/admin/configuration/resources.adoc | 2 +- docs/datasource-configuration-by-creator.adoc | 2 +- docs/deamon/win-service.adoc | 12 ++++++------ docs/ejb-over-ssl.adoc | 4 ++-- docs/refcard/refcard.html | 2 +- docs/tomee-cluster.txt | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/admin/cluster/index.adoc b/docs/admin/cluster/index.adoc index dc10c72ed0..b4e38e432b 100644 --- a/docs/admin/cluster/index.adoc +++ b/docs/admin/cluster/index.adoc @@ -5,7 +5,7 @@ == Session clustering -TomEE fully relies on Tomcat clustering: https://tomcat.apache.org/tomcat-11.0-doc/cluster-howto.html[Tomcat Clustering]. +TomEE fully relies on Tomcat clustering: https://tomcat.apache.org/tomcat-10.1-doc/cluster-howto.html[Tomcat Clustering]. The configuration is mainly in `conf/server.xml` and since TomEE 7 CDI `@SessionScoped` is transparently clustered through the session. diff --git a/docs/admin/configuration/resources.adoc b/docs/admin/configuration/resources.adoc index c47e168b27..c90ff1ccfb 100644 --- a/docs/admin/configuration/resources.adoc +++ b/docs/admin/configuration/resources.adoc @@ -95,7 +95,7 @@ configure it here are the common properties: You can set the boolean `JtaManaged` to false if you don't want your datasource to be using JTA - if you manage transactions yourself. -Then other configurations are linked the pool the datasource is using. By default TomEE uses https://tomcat.apache.org/tomcat-11.0-doc/jdbc-pool.html[tomcat-jdbc] but we also provide +Then other configurations are linked the pool the datasource is using. By default TomEE uses https://tomcat.apache.org/tomcat-10.1-doc/jdbc-pool.html[tomcat-jdbc] but we also provide https://commons.apache.org/proper/commons-dbcp/configuration.html[commons-dbcp] (2 for TomEE 7.x and 1 for TomEE 1.x). The properties are then the related configurations with these particular entries we try to keep in sync for both: diff --git a/docs/datasource-configuration-by-creator.adoc b/docs/datasource-configuration-by-creator.adoc index edc994cca6..026f281e3a 100644 --- a/docs/datasource-configuration-by-creator.adoc +++ b/docs/datasource-configuration-by-creator.adoc @@ -60,7 +60,7 @@ the latest version of DBCP but TomEE 1.7.x is not using this version). == Tomcat JDBC -Note: details are at https://tomcat.apache.org/tomcat-11.0-doc/jdbc-pool.html +Note: details are at https://tomcat.apache.org/tomcat-10.1-doc/jdbc-pool.html * AbandonWhenPercentageFull * AccessToUnderlyingConnectionAllowed diff --git a/docs/deamon/win-service.adoc b/docs/deamon/win-service.adoc index 96f0d62dc2..b18cf39a7d 100644 --- a/docs/deamon/win-service.adoc +++ b/docs/deamon/win-service.adoc @@ -40,9 +40,9 @@ For example: Installing the service 'TomEE-DEV' ... Using CATALINA_HOME: "C:\Java\apache-tomee-plus-10.0.0-M1-SNAPSHOT" Using CATALINA_BASE: "C:\Java\apache-tomee-plus-10.0.0-M1-SNAPSHOT" - Using JAVA_HOME: "C:\Java\jdk-11.0.4+11 - Using JRE_HOME: "C:\Java\jdk-11.0.4+11" - Using JVM: "C:\Java\jdk-11.0.4+11"\bin\server\jvm.dll" + Using JAVA_HOME: "C:\Java\jdk-10.1.4+11 + Using JRE_HOME: "C:\Java\jdk-10.1.4+11" + Using JVM: "C:\Java\jdk-10.1.4+11"\bin\server\jvm.dll" Using Service User: "" Installed, will now configure TomEE The service 'TomEE-DEV' has been installed. @@ -81,9 +81,9 @@ C:\Java\apache-tomee-plus-10.0.0-M1-SNAPSHOT\bin>service install /service-user L Installing the service 'TomEE-DEV' ... Using CATALINA_HOME: "C:\Java\apache-tomee-plus-10.0.0-M1-SNAPSHOT" Using CATALINA_BASE: "C:\Java\apache-tomee-plus-10.0.0-M1-SNAPSHOT" -Using JAVA_HOME: "C:\Java\jdk-11.0.4+11" -Using JRE_HOME: "C:\Java\jdk-11.0.4+11" -Using JVM: "C:\Java\jdk-11.0.4+11"\bin\server\jvm.dll" +Using JAVA_HOME: "C:\Java\jdk-10.1.4+11" +Using JRE_HOME: "C:\Java\jdk-10.1.4+11" +Using JVM: "C:\Java\jdk-10.1.4+11"\bin\server\jvm.dll" Using Service User: "LocalSystem" Installed, will now configure TomEE The service 'TomEE-DEV' has been installed. diff --git a/docs/ejb-over-ssl.adoc b/docs/ejb-over-ssl.adoc index c59e79f707..ef13662406 100644 --- a/docs/ejb-over-ssl.adoc +++ b/docs/ejb-over-ssl.adoc @@ -17,7 +17,7 @@ Note, TomEE can be setup to support *ejbds*. First, you'll need to setup Tomcat (TomEE) with SSL as described here: -http://tomcat.apache.org/tomcat-11.0-doc/ssl-howto.html +http://tomcat.apache.org/tomcat-10.1-doc/ssl-howto.html Once that is done and the `tomee` webapp can be accessed with `https`, an EJB client can invoke over `https` using the following @@ -43,7 +43,7 @@ like connection reset, you'll have to set 'https.protocols' system property. 'https.protocols' property must be set according to the SSLProtocol parameter of the HTTPS connector configuration : -http://tomcat.apache.org/tomcat-11.0-doc/config/http.html +http://tomcat.apache.org/tomcat-10.1-doc/config/http.html You can also have a look at this : diff --git a/docs/refcard/refcard.html b/docs/refcard/refcard.html index 574b5574b1..bcf85e093c 100644 --- a/docs/refcard/refcard.html +++ b/docs/refcard/refcard.html @@ -366,7 +366,7 @@ OpenEJB.handlers = 5tomee.org.apache.juli.FileHandler,\ java.util.logging.ConsoleHandler # more on tomcat website: -# http://tomcat.apache.org/tomcat-11.0-doc/logging.html</code></pre> +# http://tomcat.apache.org/tomcat-10.1-doc/logging.html</code></pre> </div> </div> </div></td> diff --git a/docs/tomee-cluster.txt b/docs/tomee-cluster.txt index 45c2f37d4c..7a53abd137 100644 --- a/docs/tomee-cluster.txt +++ b/docs/tomee-cluster.txt @@ -3,7 +3,7 @@ The scope of this document to to define how Apache TomEE can be configured for H The configuration will focus on two local instances, with a view to an open ended remote configuration. It is beyond the scope of this documentation to discuss Tomcat CLustering in depth. -Please read the [Apache Tomcat Clustering Howto](http://tomcat.apache.org/tomcat-11.0-doc/cluster-howto.html) for more information. +Please read the [Apache Tomcat Clustering Howto](http://tomcat.apache.org/tomcat-10.1-doc/cluster-howto.html) for more information. ###Local cluster To test clustering locally (on the same physical machine) the default ports need to be modified on the second TomEE server.
