-
Notifications
You must be signed in to change notification settings - Fork 3
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
Improve upgrade workflow for embedded Tomcat #200
Conversation
|
||
context.encryptionKey=@@encryptionKey@@ | ||
|
||
## By default, we deploy to the root context path. However, some servers have historically used /labkey or even /cpas |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is to be included with a distribution, I think this comment should be updated to instruct users on intended usage, not historical context.
@@ -459,8 +463,7 @@ class ModuleDistribution extends DefaultTask | |||
} | |||
|
|||
tarfileset(dir: BuildUtils.getBuildDirFile(project, "embedded"), prefix: archiveName) { | |||
// include(name: "manual-upgrade.sh") | |||
include(name: "README.txt") | |||
exclude(name: "manual-upgrade.sh") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this file still present in the embedded directory?
# Conflicts: # README.md # build.gradle
# Conflicts: # README.md # src/main/groovy/org/labkey/gradle/task/ModuleDistribution.groovy
Rationale
LabKey/server#725
Related Pull Requests
Changes
application.properties
in embedded distributionslabkeyServer.jar
startTomcat
task work for embedded Tomcat on WindowsVERSION
file in executable server jar