Skip to content

same log4j version for ejbca and wildfly #584

Answered by primetomas
bhr83 asked this question in Q&A
Discussion options

You must be logged in to vote

There is no need to do anything. If you look inside the ejbca.ear file that is what is deployed to WildFly you will see that there are no log4j jars in there. So only the WildFly log4j files are used in runtime by the server.

The jars in EJBCA is there for compilation, and for standalone web services clients. What you point to, ejbca-ws-cli, is a standalone command line client (look for clientToolBox in the documentation) that has no interaction with WildFly at all, so yes the command line client need these jars on it's own.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bhr83
Comment options

Answer selected by bhr83
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants