Hi
I don't get too much ot of that!
___
sh-2.05b# ps | grep /usr/local/james-2.3.0
  338  p1  S+     0:00.00 grep /usr/local/james-2.3.0
sh-2.05b#
___

As you mentionned, I have the port in my config file. Was a word mistake - process vs port -.

But could somebody tell me why I don't get my stuff out of this file:
___________________________________________
#!/bin/sh
        
        ##
        # Start James
        ##
        ## sudo pico /Library/StartupItems/James/James
        . /etc/rc.common
        
        ConsoleMessage "Starting the Java WebServices framework"
        
        export JAVA_HOME=/Library/Java/Home/
        export PHOENIX_HOME=/usr/local/james-2.3.0
        
        sh ${PHOENIX_HOME}/bin/phoenix.sh
        DS=`date`
        TIMESTART=`date +%H:%M:%S`
        LOGFILE="/usr/local/james-2.3.0/James_start.log"
        VERSION="2.3.0"
        PROGRAM="Apache James Mail server"
echo "${PROGRAM} version ${VERSION} started normally ${DS}" >> $ {LOGFILE}
        chown -R der:admin /usr/local/james-2.3.0/James_start.log
        
___________________________________________

This file "James" is located at /Library/StartupItems/James/ and is supposed to add a line to
James_start.log file at boot time.
Should echo something like "Apache James Mail server version 2.3.0 started normally Sun Apr 1 05:51:53 HNAE 2007"

Nothing out!

Thank you much.
On 1 avr. 07, at 14:36, Timothy Collett wrote:

ps | grep /path/to/james

dimitryous r.

__________________________________________
MacOS X 10.4.9 etc...

Reply via email to