Tomcat 7 on FreeBSD 8.1
Tuesday, January 25th, 2011I have installed Tomcat from ports: cd /usr/ports/www/tomcat7/ && make install clean, added tomcat7_enable=”YES” to /etc/rc.conf but there was still something missing.
It turned out I had to add the java home to /etc/rc.conf: tomcat7_java_home="/usr/local/diablo-jdk1.6.0/"