Tomcat pid file

Niek Dekker niekdekker at gmail.com
Thu Jul 13 12:18:07 UTC 2006


Jeroen,

Crdit for the solutions goes to Ceri Davies who pointed out that there
is a line in /etc/rc.subr reading:

$_procname|$_procnamebn|${_procnamebn}:|"(${_procnamebn})")'

Which must be changed to (one line):

$_procname|$_procnamebn|
${_procnamebn}:|"(${_procnamebn})"|"[${_procnamebn}]")'

This worked for me on 6.0 Release.


More information about the freebsd-java mailing list