Skip to content

Commit

Permalink
add JSTL
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Nov 26, 2018
1 parent 035eaaa commit d66d7a0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ RUN powershell If ((Get-FileHash C:\shibboleth-identity-provider-%IDP_VERSION%-x
} Else { throw 'bad hash comparison on IdP download' }
RUN del C:\shibboleth-identity-provider-%IDP_VERSION%-x64.msi
##add JSTL
ADD https://build.shibboleth.net/nexus/service/local/repositories/thirdparty/content/javax/servlet/jstl/1.2/jstl-1.2.jar c:\\opt\\shibboleth-idp\\edit-webapp\\WEB-INF\\lib\\jstl-1.2.jar
#link IdP's war file to Tomcat
RUN mklink c:\Tomcat\webapps\idp.war c:\opt\shibboleth-idp\war\idp.war

Expand Down
2 changes: 2 additions & 0 deletions test-compose/compose.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
docker-compose up --build -d

3 changes: 3 additions & 0 deletions test-compose/decompose.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
docker-compose kill
docker-compose rm

Binary file removed test-compose/idp/debug
Binary file not shown.

0 comments on commit d66d7a0

Please sign in to comment.