Re: FreeBSD Port: tomcat-6.0.24

2010-10-28 Thread Mike Jakubik
On Wed, 2010-10-27 at 20:42 +0200, Alex Dupre wrote: > Mike Jakubik ha scritto: > > Does anyone have a working solution for this? The status command still > > does not work in tomcat 6.0.29. The above suggestion does not work either. > > The status command works on tomcat 6/7 ports. > Indeed i

Re: FreeBSD Port: tomcat-6.0.24

2010-10-27 Thread Jason Helfman
I fixed this issue in tomcat55. Sounds similar. On Oct 27, 2010, at 11:26 AM, Mike Jakubik wrote: > On Thu, 2010-03-25 at 11:31 +0100, Alex Dupre wrote: > >> Ян Злобин ha scritto: >>> Please, fix small FreeBSD port error. In the tomcat-6.0.24 rc.d script >>> missed line: >>> >>>procname=

Re: FreeBSD Port: tomcat-6.0.24

2010-10-27 Thread Mike Jakubik
On Thu, 2010-03-25 at 11:31 +0100, Alex Dupre wrote: > Ян Злобин ha scritto: > > Please, fix small FreeBSD port error. In the tomcat-6.0.24 rc.d script > > missed line: > > > > procname="java" > > This is the wrong way to "fix" it, you should create a patch using the > tomcat_check_pidfile

Re: FreeBSD Port: tomcat-6.0.24

2010-10-27 Thread Alex Dupre
Mike Jakubik ha scritto: Does anyone have a working solution for this? The status command still does not work in tomcat 6.0.29. The above suggestion does not work either. The status command works on tomcat 6/7 ports. -- Alex Dupre ___ freebsd-ports@f

Re: FreeBSD Port: tomcat-6.0.24

2010-03-25 Thread Alex Dupre
Ян Злобин ha scritto: > Please, fix small FreeBSD port error. In the tomcat-6.0.24 rc.d script > missed line: > > procname="java" This is the wrong way to "fix" it, you should create a patch using the tomcat_check_pidfile() rc function. -- Alex Dupre __

FreeBSD Port: tomcat-6.0.24

2010-03-24 Thread Ян Злобин
Hi! Please, fix small FreeBSD port error. In the tomcat-6.0.24 rc.d script missed line: procname="java" after: name="tomcat60" rcvar=`set_rcvar` pidfile="/var/run/tomcat60.pid" This make impossible to correct run /usr/local/etc/rc.d/tomcat6 status. I mean stat