diff --git a/5.0/lucee-server.xml b/5.0/lucee-server.xml index 09b2345..0f1b620 100644 --- a/5.0/lucee-server.xml +++ b/5.0/lucee-server.xml @@ -82,7 +82,7 @@ Path placeholders: The option must be enabled prior to entering the blocking operation to have effect. The timeout must be > 0. A timeout of zero is interpreted as an infinite timeout. (in milliseconds) - client-timeout - how long a conection kep established (in milliseconds) + client-timeout - how long a connection is kept established (in milliseconds) lock-timeout - define how long a request wait for a lock (in milliseconds) --> @@ -181,7 +181,7 @@ Path placeholders: example: /somedir/ physical: - physical path to the apllication + physical path to the application example: d:/projects/app1/webroot/somedir/ archive: @@ -276,7 +276,7 @@ Path placeholders: caster-class: shortcut (modern,classic) or AMFCaster class. - classic (default): Build in AMFCaster follows the implementation of other engines. - modern: Build in AMFCaster based on classic AMFCaster improved in functionality. - - : full class path of class implemeting interface AMFCaster (http://www.lucee.org/javadoc/lucee/runtime/net/amf/AMFCaster.html) + - : full class path of class implementing interface AMFCaster (http://www.lucee.org/javadoc/lucee/runtime/net/amf/AMFCaster.html) caster-class-arguments: init arguments provided to the AMFCaster init method, use "CSS" syntax. --> diff --git a/5.0/lucee-web.xml.cfm b/5.0/lucee-web.xml.cfm index 8599afc..c5f6679 100644 --- a/5.0/lucee-web.xml.cfm +++ b/5.0/lucee-web.xml.cfm @@ -15,7 +15,7 @@ Path placeholders: @@ -99,7 +99,7 @@ Path placeholders: example: /somedir/ physical: - physical path to the apllication + physical path to the application example: d:/projects/app1/webroot/somedir/ archive: diff --git a/5.1/lucee-server.xml b/5.1/lucee-server.xml index 09b2345..0f1b620 100644 --- a/5.1/lucee-server.xml +++ b/5.1/lucee-server.xml @@ -82,7 +82,7 @@ Path placeholders: The option must be enabled prior to entering the blocking operation to have effect. The timeout must be > 0. A timeout of zero is interpreted as an infinite timeout. (in milliseconds) - client-timeout - how long a conection kep established (in milliseconds) + client-timeout - how long a connection is kept established (in milliseconds) lock-timeout - define how long a request wait for a lock (in milliseconds) --> @@ -181,7 +181,7 @@ Path placeholders: example: /somedir/ physical: - physical path to the apllication + physical path to the application example: d:/projects/app1/webroot/somedir/ archive: @@ -276,7 +276,7 @@ Path placeholders: caster-class: shortcut (modern,classic) or AMFCaster class. - classic (default): Build in AMFCaster follows the implementation of other engines. - modern: Build in AMFCaster based on classic AMFCaster improved in functionality. - - : full class path of class implemeting interface AMFCaster (http://www.lucee.org/javadoc/lucee/runtime/net/amf/AMFCaster.html) + - : full class path of class implementing interface AMFCaster (http://www.lucee.org/javadoc/lucee/runtime/net/amf/AMFCaster.html) caster-class-arguments: init arguments provided to the AMFCaster init method, use "CSS" syntax. --> diff --git a/5.1/lucee-web.xml.cfm b/5.1/lucee-web.xml.cfm index 8599afc..c5f6679 100644 --- a/5.1/lucee-web.xml.cfm +++ b/5.1/lucee-web.xml.cfm @@ -15,7 +15,7 @@ Path placeholders: @@ -99,7 +99,7 @@ Path placeholders: example: /somedir/ physical: - physical path to the apllication + physical path to the application example: d:/projects/app1/webroot/somedir/ archive: diff --git a/5.2/lucee-server.xml b/5.2/lucee-server.xml index cd241bc..2ad38a9 100644 --- a/5.2/lucee-server.xml +++ b/5.2/lucee-server.xml @@ -82,7 +82,7 @@ Path placeholders: The option must be enabled prior to entering the blocking operation to have effect. The timeout must be > 0. A timeout of zero is interpreted as an infinite timeout. (in milliseconds) - client-timeout - how long a conection kep established (in milliseconds) + client-timeout - how long a connection is kept established (in milliseconds) lock-timeout - define how long a request wait for a lock (in milliseconds) --> @@ -182,7 +182,7 @@ Path placeholders: example: /somedir/ physical: - physical path to the apllication + physical path to the application example: d:/projects/app1/webroot/somedir/ archive: @@ -279,7 +279,7 @@ Path placeholders: caster-class: shortcut (modern,classic) or AMFCaster class. - classic (default): Build in AMFCaster follows the implementation of other engines. - modern: Build in AMFCaster based on classic AMFCaster improved in functionality. - - : full class path of class implemeting interface AMFCaster (http://www.lucee.org/javadoc/lucee/runtime/net/amf/AMFCaster.html) + - : full class path of class implementing interface AMFCaster (http://www.lucee.org/javadoc/lucee/runtime/net/amf/AMFCaster.html) caster-class-arguments: init arguments provided to the AMFCaster init method, use "CSS" syntax. --> diff --git a/5.2/lucee-web.xml.cfm b/5.2/lucee-web.xml.cfm index 35f518d..6c38a03 100644 --- a/5.2/lucee-web.xml.cfm +++ b/5.2/lucee-web.xml.cfm @@ -15,7 +15,7 @@ Path placeholders: @@ -98,7 +98,7 @@ Path placeholders: example: /somedir/ physical: - physical path to the apllication + physical path to the application example: d:/projects/app1/webroot/somedir/ archive: diff --git a/5.3/lucee-server.xml b/5.3/lucee-server.xml index cd241bc..2ad38a9 100644 --- a/5.3/lucee-server.xml +++ b/5.3/lucee-server.xml @@ -82,7 +82,7 @@ Path placeholders: The option must be enabled prior to entering the blocking operation to have effect. The timeout must be > 0. A timeout of zero is interpreted as an infinite timeout. (in milliseconds) - client-timeout - how long a conection kep established (in milliseconds) + client-timeout - how long a connection is kept established (in milliseconds) lock-timeout - define how long a request wait for a lock (in milliseconds) --> @@ -182,7 +182,7 @@ Path placeholders: example: /somedir/ physical: - physical path to the apllication + physical path to the application example: d:/projects/app1/webroot/somedir/ archive: @@ -279,7 +279,7 @@ Path placeholders: caster-class: shortcut (modern,classic) or AMFCaster class. - classic (default): Build in AMFCaster follows the implementation of other engines. - modern: Build in AMFCaster based on classic AMFCaster improved in functionality. - - : full class path of class implemeting interface AMFCaster (http://www.lucee.org/javadoc/lucee/runtime/net/amf/AMFCaster.html) + - : full class path of class implementing interface AMFCaster (http://www.lucee.org/javadoc/lucee/runtime/net/amf/AMFCaster.html) caster-class-arguments: init arguments provided to the AMFCaster init method, use "CSS" syntax. --> diff --git a/5.3/lucee-web.xml.cfm b/5.3/lucee-web.xml.cfm index 35f518d..6c38a03 100644 --- a/5.3/lucee-web.xml.cfm +++ b/5.3/lucee-web.xml.cfm @@ -15,7 +15,7 @@ Path placeholders: @@ -98,7 +98,7 @@ Path placeholders: example: /somedir/ physical: - physical path to the apllication + physical path to the application example: d:/projects/app1/webroot/somedir/ archive: diff --git a/README.md b/README.md index f115061..a8fd8d9 100644 --- a/README.md +++ b/README.md @@ -241,4 +241,4 @@ Special thanks to @rye ([Kristofer Rye](https://github.com/rye)) and @hawkrives # License -The Docker files and config files are available under the [MIT License](LICENSE). The Lucee engine, Tomcat, NGINX and any other softwares are available under their respective licenses. +The Docker files and config files are available under the [MIT License](LICENSE). The Lucee engine, Tomcat, NGINX and any other software are available under their respective licenses. diff --git a/matrix.yaml b/matrix.yaml index 6e90995..4f1e5d3 100644 --- a/matrix.yaml +++ b/matrix.yaml @@ -33,7 +33,7 @@ config: tags: - # plain tags for minor verions + # plain tags for minor versions '5.3': &5_3 TOMCAT_VERSION: '9.0' TOMCAT_JAVA_VERSION: 'jre11-temurin-jammy'