Skip to content

Commit a7921f3

Browse files
committed
release 2019.4 fixed docker admim page
1 parent 3043fc9 commit a7921f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/base/launchTomcat.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ fi
9494

9595
if [ "$MANAGER" = "true" ] || [ "$MANAGER" = "t" ] || [ "$MANAGER" = "1" ] || \
9696
[ "$MANAGER" = "TRUE" ] || [ "$MANAGER" = "True" ] ; then
97-
cp -r ${CATALINA_HOME}/webapps/manager ${CATALINA_BASE}/webapps/
97+
cp -r ${CATALINA_HOME}/webapps.dist/manager ${CATALINA_BASE}/webapps/
9898
mkdir -p ${CATALINA_BASE}/conf/Catalina/localhost
9999
sed "s/<Context>/<Context privileged='true'>/" ${CATALINA_BASE}/conf/context.xml > ${CATALINA_BASE}/conf/Catalina/localhost/manager.xml
100100

0 commit comments

Comments
 (0)