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: revert session manager jar location change from PR #29694 (#23631) #29746

Merged
merged 1 commit into from
Aug 24, 2024

Conversation

spbolton
Copy link
Contributor

@spbolton spbolton commented Aug 23, 2024

Proposed Changes

Instructions for Log4j require the classes to be added to the system classloader when tomcat loads by adding to the main java CLASSPATH. These logging jars do not need to reference any of the tomcat jars
the session manager jars do need to reference the tomcat jars e.g. catalina.jar in the main lib folder. This is what is called the common.loader and is defined in catalina.properties file.
the session manager jars either need to be in a folder referenced in this common.loader property or as before dropped into the existing lib folder. There is no need to change the old behaviour at this time so we can just change the install location back.

This PR fixes: #23631

@spbolton spbolton changed the title fix: create global log4j config (#23631) fix: fix redis session manager classloader issues introduced in PR #29694 (#23631) Aug 23, 2024
@spbolton spbolton changed the title fix: fix redis session manager classloader issues introduced in PR #29694 (#23631) fix: redis session manager classloader issues introduced in PR #29694 (#23631) Aug 23, 2024
@spbolton spbolton changed the title fix: redis session manager classloader issues introduced in PR #29694 (#23631) fix: revert session manager jar location change from PR #29694 (#23631) Aug 23, 2024
Copy link
Contributor

@yolabingo yolabingo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Steve!

Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@spbolton spbolton added this pull request to the merge queue Aug 24, 2024
Merged via the queue into master with commit 1c414a1 Aug 24, 2024
31 checks passed
@spbolton spbolton deleted the issue-23631-initial-changes branch August 24, 2024 01:58
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.

create global log4j config
3 participants