Skip to content

Commit

Permalink
add JSTL
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Feb 9, 2023
1 parent 82a7bb9 commit abe361d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ RUN mkdir -p "$CATALINA_HOME" && set -x \
&& rm $CATALINA_HOME/bin/*.bat \
&& rm $CATALINA_HOME/tomcat.tar.gz*
RUN mkdir -p $CATALINA_HOME/conf/Catalina \
&& curl -o /usr/local/tomcat/lib/jstl1.2.jar https://build.shibboleth.net/nexus/service/local/repositories/thirdparty/content/javax/servlet/jstl/1.2/jstl-1.2.jar \
&& rm -rf /usr/local/tomcat/webapps/* \
&& ln -s /opt/shibboleth-idp/war/idp.war $CATALINA_HOME/webapps/idp.war


ADD container_files/tomcat/jstl-1.2.jar /usr/local/tomcat/lib/
ADD container_files/idp/idp.xml /usr/local/tomcat/conf/Catalina/idp.xml
ADD container_files/tomcat/server.xml /usr/local/tomcat/conf/server.xml

Expand Down
Binary file added container_files/tomcat/jstl-1.2.jar
Binary file not shown.

0 comments on commit abe361d

Please sign in to comment.