Re: Failed to contact xxxx-1085, ellpack
John Pollard <[email protected]> Tue, 04 Oct 2005 17:08:28 +0100
| Newsgroups | gmane.comp.web.webobjects.admin |
|---|---|
| Message-ID | <[email protected]> |
Chuck, Surprisingly I'm not sure you are correct. I already have that logging (I think it comes preconfigured that way), but woservice kindly tells you that it eats the output of whatever it runs and does not put it into its log file. That's why I redirected the wotaskd log output. Not sure where the thread dump is though. Perhaps something else swallowed it. John At 16:15 04/10/2005, Chuck Hill wrote: >Interestingly, that is not the place to do it. You need to edit the >startup script: >/System/Library/StartupItems/WebObjects/WebObjects > >Mine looks like this: >"$WOSERVICE" -appPath "$WOTASKD" >/var/log/webobjects.log 2>&1 &