Re: Dumb Question: Automatically running wotaskd and javamonitor?
Re: Dumb Question: Automatically running wotaskd and javamonitor?
- Subject: Re: Dumb Question: Automatically running wotaskd and javamonitor?
- From: Lachlan Deck <email@hidden>
- Date: Sun, 25 Dec 2005 11:49:34 +1100
Hi there,
On 25/12/2005, at 7:46 AM, Andrew R. Kinnie wrote:
I recently upgraded from Panther and 5.2 to Tiger and 5.3.
Everything seems to work, but I have to run wotaskd and javamonitor
from the command line. Tiger is Tiger client, not Tiger Server.
Not being a unix person, how do I have these run automatically at
boot?
you need to edit the following file:
/System/Library/StartupItems/WebObjects/WebObjects
On the two lines below that are commands remove the leading '#'
####
# This set of invocations will launch wotaskd and
# (optionally) Monitor as root
# UNCOMMENT THE NEXT LINE
#"$WOSERVICE" -appPath "$WOTASKD" >/var/log/webobjects.log
2>&1 &
# Uncomment the next line to start Monitor as root at boot time
#"$WOSERVICE" -appPath "$WOJAVAMONITOR" -WOPort 56789 -
WOAutoOpenInBrowser NO >>/var/log/webobjects.log 2>&1 &
####
Then from the command line run:
$ sudo /System/Library/StartupItems/WebObjects/WebObjects restart
or reboot.
--
Lachlan Deck
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden