Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Feb 2006 18:02:28 +0000
From:      Ashley Moran <work@ashleymoran.me.uk>
To:        freebsd-java@freebsd.org
Subject:   Re: tomcat55 startup script error?
Message-ID:  <200602161802.28921.work@ashleymoran.me.uk>
In-Reply-To: <43F45D6B.8010900@galt.de>
References:  <e02150200602151333u5a1bb96aq@mail.gmail.com> <43F45D6B.8010900@galt.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 16 February 2006 11:09, Michael Kastner wrote:
> I got the same problem with tomcat50.
>
> Which means have to kill the process if want to restart the server.


I recently posted this on questions@.  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}]")'

Are you two both using 5.4?  My 5.4 webserver has the first line 
in /etc/rc.subr, whereas my 6.0 desktop has the second.

Presumably the new rc script for tomcat was written with 6.0 in mind.

Ashley



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602161802.28921.work>