Merge branch 'acs-ext-share' into ext-jsconsole
This commit is contained in:
commit
cbbf9c8c9a
@ -6,5 +6,5 @@ COPY tomcat-share-context.xml ${TOMCAT_DIR}/conf/Catalina/localhost/share.xml
|
||||
COPY *.amp ${TOMCAT_DIR}/amps_share/
|
||||
|
||||
RUN java -jar ${TOMCAT_DIR}/alfresco-mmt/alfresco-mmt*.jar install ${TOMCAT_DIR}/amps_share ${TOMCAT_DIR}/webapps/share -nobackup -directory && \
|
||||
mkdir -p ${TOMCAT_DIR}/modules
|
||||
mkdir -p ${TOMCAT_DIR}/modules/share
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Context>
|
||||
<Resources>
|
||||
<PreResources base="${catalina.base}/modules" className="org.apache.catalina.webresources.DirResourceSet" webAppMount="/WEB-INF/lib" readOnly="true" />
|
||||
<PreResources base="${catalina.base}/modules/share" className="org.apache.catalina.webresources.DirResourceSet" webAppMount="/WEB-INF/lib" readOnly="true" />
|
||||
</Resources>
|
||||
</Context>
|
||||
|
||||
|
@ -41,7 +41,7 @@ services:
|
||||
-Dalfresco.protocol=${PROXY_PROTOCOL}
|
||||
"
|
||||
volumes:
|
||||
- "./alfresco-share/modules:/usr/local/tomcat/modules:ro"
|
||||
- "./alfresco-share/modules:/usr/local/tomcat/modules/share:ro"
|
||||
|
||||
postgres-acs:
|
||||
image: postgres:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user