Skip to content

Commit

Permalink
eclipse-rdf4jGH-5064: experimental move to Tomcat 9 and Jetty 12
Browse files Browse the repository at this point in the history
Signed-off-by: Bart Hanssens <[email protected]>
  • Loading branch information
barthanssens committed Jul 25, 2024
1 parent a8ec79b commit 312bffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-jetty
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY --from=temp /tmp/eclipse-rdf4j*/war/*.war /var/lib/jetty/webapps/
# mimic Tomcat directories for data and logs

RUN ln -s /usr/local/jetty/logs /var/lib/jetty/logs && \
mkdir -p /usr/local/jetty/logs && \
mkdir -p /usr/local/jetty/logs /var/rdf4j && \
chown -R jetty:jetty /usr/local/jetty/logs && \
chown -R jetty:jetty /var/rdf4j && \
chown -R jetty:jetty /var/lib/jetty/webapps && \
Expand Down

0 comments on commit 312bffd

Please sign in to comment.