In my job experience I saw several problems and strange situation. In this post we examine some of this situations and how we solve them . In this post we discover some interesting tricks 😉 Using Jira as user management in Confluence As shown in this documentation, we can use Jira Server as user management…
Read More
Catalina.out – another tip
Catalina.out is very important, but if you have problems with disk free size, may be useful work with *.properties files to reduce the row logged. Let me explain 🙂 Scenario Every time a user reference an issue in Jira, some rows are added to Catalina.out, like following examples. 2016-02-19 15:12:07,840 http-nio-8032-exec-2 WARN admin 912x1017x1 g2ksfs…
Read More
Catalina.out Big Size – How to manage
After some time catalina.out can grow significantly and system can run out of space. This can happen for several reasons. Here we try explain some of them 🙂 SSL Error As explained in this page, a SSL Warning from MySQL fill own Catalina.out file (both Confluence and Jira can have this issue). This is a sample…
Read MoreConfigure Tomcat 9 for HTTP/2
The Goal of HTTP2 The goal of HTTP/2 is to increase the perceived performance of the web browsing experience. Why Do We Need HTTP2 A web page has many resources that need to be load. In HTTP 1.0 requests for all resources are sent all at once and the server responds to each request. If…
Read MoreApache Tomcat Tricks
Cloud Servers Virtual Machines Native Installers Configuration file(s) /opt/bitnami/apache-tomcat/conf/server.xml /opt/bitnami/apache-tomcat/conf/server.xml install_dir/apache-tomcat/conf/server.xml Log file(s) /opt/bitnami/apache-tomcat/logs/* /opt/bitnami/apache-tomcat/logs/* install_dir/apache-tomcat/logs/* Default port 8080, 8443 (SSL) 8080, 8443 (SSL) 8080, 8443 (SSL) AJP port 8009 8009 8009 System user account tomcat tomcat tomcat Service control sudo /opt/bitnami/ctlscript.sh start|stop|restart tomcat sudo /opt/bitnami/ctlscript.sh start|stop|restart tomcat install_dir/ctlscript.sh start|stop|restart tomcat How to configure the…
Read More