I've a problem with a tomcat 6 installation in daemon mode on Mac OS 10.6.8 (32bit)
I've followed this tutorial: http://www.malisphoto.com/tips/tomcatonosx.html
Tomcat works with a manual startup (startup.sh) But when try to launch my Tomcat5.sh file tomcat don't start
My catalina.out file say:
fatal error: mach_msg (send) failed: 0x10000003
Service killed by signal 5
It seems to be a 64bit problem but the file command on my jsvc say everything is ok
$ file jsvc
jsvc: Mach-O executable i386
I've try the same config (as I think) on an other mac with Lion (10.7.2) and everything works correctly.
Why? What I'm doing wrong?