Skip to content

Commit

Permalink
fix for tomcat workDir on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-stuartm committed Oct 12, 2023
1 parent e606315 commit 7c260be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,11 @@ RUN [ -n "${DEBUG}" ] && set -x; \
"logs" \
"server/startup" \
"${TOMCAT_BASE_DIR}" \
"/work/Tomcat/localhost" \
\
&& env | sort | tee /buid.env; \
\
chown -Rc labkey:labkey "/work/Tomcat/localhost"; \
chown -Rc labkey:labkey "${LABKEY_HOME}";


Expand Down
2 changes: 1 addition & 1 deletion application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ info.labkey.distribution=${LABKEY_DISTRIBUTION}

server.tomcat.max-threads=50
server.servlet.session.timeout=60m
context.workDirLocation=/tmp/workDir
context.workDirLocation=/work/Tomcat/localhost

0 comments on commit 7c260be

Please sign in to comment.