We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3043fc9 commit a7921f3Copy full SHA for a7921f3
docker/base/launchTomcat.sh
@@ -94,7 +94,7 @@ fi
94
95
if [ "$MANAGER" = "true" ] || [ "$MANAGER" = "t" ] || [ "$MANAGER" = "1" ] || \
96
[ "$MANAGER" = "TRUE" ] || [ "$MANAGER" = "True" ] ; then
97
- cp -r ${CATALINA_HOME}/webapps/manager ${CATALINA_BASE}/webapps/
+ cp -r ${CATALINA_HOME}/webapps.dist/manager ${CATALINA_BASE}/webapps/
98
mkdir -p ${CATALINA_BASE}/conf/Catalina/localhost
99
sed "s/<Context>/<Context privileged='true'>/" ${CATALINA_BASE}/conf/context.xml > ${CATALINA_BASE}/conf/Catalina/localhost/manager.xml
100
0 commit comments