This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/main by this push:
     new 985fbdadcb fix hop-web docker, fixes #6038 (#6039)
985fbdadcb is described below

commit 985fbdadcb06d1ca1fcf9397f2fb22fa14de935b
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Thu Nov 20 08:12:01 2025 +0100

    fix hop-web docker, fixes #6038 (#6039)
---
 docker/Dockerfile.web | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/Dockerfile.web b/docker/Dockerfile.web
index c0e353b562..0d7afa0a28 100644
--- a/docker/Dockerfile.web
+++ b/docker/Dockerfile.web
@@ -16,7 +16,7 @@
 # under the License.
 #
 
-FROM tomcat:9-jdk17
+FROM tomcat:10-jdk17
 LABEL maintainer="Apache Hop Team"
 # The UID for the created user
 ARG HOP_UID=501
@@ -32,7 +32,7 @@ ENV HOP_LOG_LEVEL="Basic"
 # any JRE settings you want to pass on
 # The “-XX:+AggressiveHeap” tells the container to use all memory assigned to 
the container. 
 # this removed the need to calculate the necessary heap Xmx
-ENV HOP_OPTIONS="-XX:+AggressiveHeap"
+ENV HOP_OPTIONS="-XX:+AggressiveHeap 
-Dorg.eclipse.rap.rwt.resourceLocation=/tmp/rwt-resources"
 ENV HOP_PASSWORD_ENCODER_PLUGIN="Hop"
 ENV HOP_PLUGIN_BASE_FOLDERS="plugins"
 # path to jdbc drivers

Reply via email to