same log4j version for ejbca and wildfly #584
-
Hello Everyone, I am new to EJBCA. I understand that Ejbca is deployed on wildfly application server. When I search for log4j version in my ejbca container I found below results.
We are generating jar files using source code. In wildfly-core pom.xml I can see that
Can I remove |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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. |
Beta Was this translation helpful? Give feedback.
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.