-
Notifications
You must be signed in to change notification settings - Fork 3
Remove support for useEmbeddedTomcat, tomcat-lib, and log4j2.xml #216
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
Conversation
labkey-susanh
left a comment
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.
I think there are some methods and/or properties that
labkey-tchad
left a comment
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.
We can probably get rid of the entire distributionResources directory and any tasks that publish it. The distributionResources/embedded is just an incomplete duplicate of server/configs/webapps/embedded. The files here are only used if the corresponding files from the server repo are missing -- which should never happen. Everything else in distributionResources is for standalone tomcat.
Co-authored-by: Trey Chadick <tchad@labkey.com>
labkey-susanh
left a comment
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.
Might still be able to clean up that TomcatExtension, but I'm going to leave that for Trey to answer (and we can do it later if we find it's not used).
Rationale
No need to handle standalone builds