From 51b63f1d8118c1ad9a1f6832f37d2de9e08c8090 Mon Sep 17 00:00:00 2001 From: cyuamber Date: Thu, 5 Mar 2020 11:36:36 +0800 Subject: feat:Modify docker & add configuration file Change-Id: I92360a68dbbdc29843e6ccdb22e840875d230765 Issue-ID: USECASEUI-368 Signed-off-by: cyuamber --- distribution/src/main/assembly/startup.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'distribution/src/main/assembly/startup.sh') diff --git a/distribution/src/main/assembly/startup.sh b/distribution/src/main/assembly/startup.sh index b2bc629e..a9645371 100644 --- a/distribution/src/main/assembly/startup.sh +++ b/distribution/src/main/assembly/startup.sh @@ -25,6 +25,9 @@ if [ ! -d "$RUNHOME/tomcat/logs" ]; then fi export CATALINA_HOME=$RUNHOME/tomcat export CATALINA_BASE=$RUNHOME/tomcat +cp /home/uui/server.xml $RUNHOME/tomcat/conf +cp /home/uui/web.xml $RUNHOME/tomcat/conf +cp /home/uui/uuiServer.jks $RUNHOME/tomcat/conf $RUNHOME/tomcat/bin/startup.sh tail -f /home/uui/tomcat/logs/catalina.out -- cgit 1.2.3-korg