I have an application running on a Liberty server, every time a request is made to Filenet through the eclipse console I get the following message over and over again:
2022/10/06 09:28:41:526-DEBUG- -filenet_tracing.security.detail.com.filenet.apiimpl.util.JaasConfiguration -227 - "Configured JAAS entry found (Default not used) for: 'system.UNAUTHENTICATED' com.ibm.ws.kernel.boot.security.LoginModuleProxy required;
com.ibm.ws.kernel.boot.security.LoginModuleProxy required;
com.ibm.ws.kernel.boot.security.LoginModuleProxy required;
com.ibm.ws.kernel.boot.security.LoginModuleProxy required;
Before working with Liberty I worked with a Tomcat, something I am leaving unconfigured, so that this stops happening to me in Liberty, since the only thing that has changed with respect to the use of Filenet is the server with which I work in LOCAL.
I've been looking around and found this: https://stackoverflow.com/a/6856928/20172978 but I don't work with any XML in configuration, besides I don't know if it is the solution to my problem either, I am not using JBOSS, at least not in LOCAL.
What can I try? Thanks...