diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2020-03-05 11:36:36 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2020-03-05 11:36:55 +0800 |
commit | 51b63f1d8118c1ad9a1f6832f37d2de9e08c8090 (patch) | |
tree | 8d82ca3b706e6212c193f8c0360bc3831cbf7f10 /distribution/src/main/assembly/startup.sh | |
parent | c7eddd7f76b56d4bd7e41ef01286633d76914269 (diff) |
feat:Modify docker & add configuration file
Change-Id: I92360a68dbbdc29843e6ccdb22e840875d230765
Issue-ID: USECASEUI-368
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'distribution/src/main/assembly/startup.sh')
-rw-r--r-- | distribution/src/main/assembly/startup.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |