UNCLASSIFIED - NO CUI

Skip to content

Resolve "Tomcat doesn't initialize spring boot application"

David Freeman requested to merge 72-webapps-dir into development

I believe the issue described in #72 (closed) is due to user 1001 not having permissions to create directories in /usr/local/tomcat/webapps. This MR applies a chmod to this dir, removes the HEALTHCHECK as this is not used in OCI builds, and trims whitespace.

Relates to #72 (closed)

Merge request reports