Tomcat7 missing fonts

I recently migrated my tomcat7 server to a new esxi server and had the following issue: Caused by: java.lang.Error: Probable fatal error:No fonts found. There are a few explanations found on the web: Tomcat is running headless. Add this -Djava.awt.headless to /etc/init.d/tomcat7. Checked, was there already so this is not the cause. Add missing fonts: …

Setting up ssl Subversion Mirror on Ubuntu 12.04

These are some quick notes on how to setup a subversion mirror on ubuntu 12.04 First install apache2, subversion and the binding create dir /etc/apache2/ssl and copy you ssl files to this folder. Update /etc/apache2/sites-available/default-ssl or create a new site. Make these changes to the site config. Enable ssl module, the ssl site and then …