In this post, we will see how to resolve Tomcat disable catalina.out Question: In our web application deployed on tomcat, catalina.out file keeps growing (it grows in GB’s). So to disable it I found solution where I set CATALINA_OUT=/dev/null. This ...

Question: I have a Tomcat server with SSL configured. in server.xml my config is: and also my config for moqui is: when I start the tomcat server, the Moqui framework started successfully, but when I type the URL in the ...

Question: My standard configuration of Tomcat 8.5 splits the logs into Catalina, manager, localhost , host-manager My task is to add to each file unique tags: CatalinaTag, mngTag, localTag, hostMngTag I tried to find a solution on the internet but ...

Question: I am trying to deployin a .war file from my computer after modifing one file I Extract the file META-INF/context.xml using : jar xf ROOT.war META-INF/context.xml I added some code lines to the file Context.xml I Update the war ...

Question: This maybe easy on linux users, but I am having a hard time figuring out how to delete multiple files (partial files) using wildcard. sudo rm logs/archived/remove_me.2022.* or sudo rm logs/archived/remove_me.2022.? seems not to work. I am getting the ...