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 it does, i reinstalled the port and it's working fine now, my
startup script wasn't updated previously for some reason it seems.

Thanks!
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


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@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


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() rc function.
 


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.

Thanks.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


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 mike.jaku...@intertainservices.com 
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=java 
 
 This is the wrong way to fix it, you should create a patch using the
 tomcat_check_pidfile() rc function.
 
 
 
 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.
 
 Thanks.
 
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org
 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


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-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


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 status is not work - it is not visible tomcat60.pid file for rc.d
script.

I use:

FreeBSD 8.0-RELEASE-p2 i386
tomcat-6.0.24





Best regards, Yan Zlobin
y...@zlobin.name
http://yan.zlobin.name/



___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org