Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

can we upgrade log4j in j2ee application

Avatar

Level 3

i am using JBOSS sever and i wanted to upgrade log4j. Can we upgrade the existing log4j

1 Accepted Solution

Avatar

Correct answer by
Level 2

You can also quickly update the 2 log4j-core files and remove the class and restart if you have a patch schedule that takes longer to implement

zip -d log4j-core-*.jar org/apache/logging/log4j/core/lookup/JndiLookup.class

View solution in original post

2 Replies

Avatar

Correct answer by
Level 2

You can also quickly update the 2 log4j-core files and remove the class and restart if you have a patch schedule that takes longer to implement

zip -d log4j-core-*.jar org/apache/logging/log4j/core/lookup/JndiLookup.class