Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix startup errors with embedded Tomcat deployments #772

Merged
merged 5 commits into from
Mar 18, 2024

Conversation

labkey-tchad
Copy link
Member

@labkey-tchad labkey-tchad commented Mar 15, 2024

Rationale

Some of our deployment scripts rename the labkeyServer.jar. We can be less restrictive about the name when looking for the jar during initial deployment/upgrade. We just need to make sure we don't look in other jars that might be present (embedded-LABKEY_VERSION.jar or labkeyBootstrap.jar).
Also fixing various problems uncovered by manual testing.

Related Pull Requests

Changes

  • Be less strict about labkeyServer jar file name
  • Fix typo in property name: smtpStartTlsEnable
  • Don't attempt to delete a non-existent backup

@labkey-tchad labkey-tchad changed the title Be less strict about labkeyServer jar file name Fix startup errors with embedded Tomcat deployments Mar 15, 2024
@labkey-tchad labkey-tchad merged commit f6832a1 into release24.3-SNAPSHOT Mar 18, 2024
4 checks passed
@labkey-tchad labkey-tchad deleted the 24.3_fb_embedded_jarName branch March 18, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants