Skip to content

Commit cfcd6b7

Browse files
committed
LTPA for standalone
1 parent abae938 commit cfcd6b7

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

standalone/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ENV THIRDPARTY /thirdpartylib
1010
RUN apt-get update && apt-get install unzip
1111

1212
COPY ${ODMDOCKERDIR}/decisioncenter/script ${ODMDOCKERDIR}/standalone/script ${ODMDOCKERDIR}/common/script ${ODMDOCKERDIR}/common/features ${SCRIPT}/
13+
COPY ${ODMDOCKERDIR}/common/config/ltpa.xml /config/ltpa.xml
1314
COPY ./executionserver/ /executionserver/
1415
# Welcome page
1516
COPY $ODMDOCKERDIR/welcomepage /welcomepage

standalone/config/server.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<!-- feature manager -->
44
<include optional="true" location="./featureManager.xml"/>
55

6+
<!-- SSO configuration -->
7+
<include optional="true" location="./ltpa.xml"/>
8+
69
<!-- Datasource and libraries -->
710
<include optional="true" location="./datasource.xml"/>
811

0 commit comments

Comments
 (0)