Skip to content

Commit

Permalink
Issue 49824: Improve embedded Tomcat auto-redeploy using a trigger file
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-susanh committed Mar 8, 2024
1 parent e1fb4b2 commit 59ead8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ windowsProteomicsBinariesVersion=1.0
# The current version numbers for the gradle plugins.
artifactoryPluginVersion=4.31.9
gradleNodePluginVersion=3.5.1
gradlePluginsVersion=2.3.0
gradlePluginsVersion=2.4.0-restartTrigger-SNAPSHOT
owaspDependencyCheckPluginVersion=9.0.9
versioningPluginVersion=1.1.2

Expand Down
4 changes: 3 additions & 1 deletion server/configs/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ mail.smtpUser=@@smtpUser@@
#context.resources.ldap.ConfigFactory.useSsl=false
#context.resources.ldap.ConfigFactory.sslProtocol=SSLv3

#useLocalBuild#spring.devtools.restart.additional-paths=@@pathToServer@@/build/deploy/modules,@@pathToServer@@/build/deploy/embedded/config
#useLocalBuild#spring.devtools.restart.additional-paths=@@pathToServer@@/build/deploy/modules
# Use a trigger file for smoother restart behavior
#useLocalBuild#spring.devtools.restart.trigger-file=.restartTrigger

# HTTP session timeout for users - defaults to 30 minutes
#server.servlet.session.timeout=30m
Expand Down

0 comments on commit 59ead8f

Please sign in to comment.