Skip to content

Commit

Permalink
[MNT-24306] fix for the log4j2 config
Browse files Browse the repository at this point in the history
  • Loading branch information
purusothaman-mm committed May 15, 2024
1 parent e86efd5 commit 121e55c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 412 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN java -jar $TOMCAT_DIR/alfresco-mmt/alfresco-mmt*.jar install \
$TOMCAT_DIR/amps $TOMCAT_DIR/webapps/alfresco -directory -nobackup -force

COPY alfresco-global.properties $TOMCAT_DIR/shared/classes/alfresco-global.properties
COPY log4j2.properties $TOMCAT_DIR/shared/classes/alfresco/extension
COPY dev-log4j2.properties $TOMCAT_DIR/shared/classes/alfresco/extension/dev-log4j2.properties
COPY disable-webscript-caching-context.xml $TOMCAT_DIR/shared/classes/alfresco/extension

# Copy Dockerfile to avoid an error if no license file exists
Expand Down
Loading

0 comments on commit 121e55c

Please sign in to comment.