Good Morning! On 26/Apr/2010, at 8:43 AM, Guido Neitzer wrote: > On 23. Apr, 2010, at 11:06 , Chuck Hill wrote: >> It might. It should indicate if requests start taking longer to process. >> You could also enable WO logging (see WO's apache.conf) to see what the >> woadaptor has to say. > It won't say all too much as far as I recall. Mark can add some info here, I > guess.
;-) Regarding the WebObjectsLog directive in the WOAdaptor and Apache 2.2, there's a 'feature' where only the initial messages are logged to the file and the subsequent messages for each R/R are not. The problem happens when the log file is created by the parent apache process (usually running as a privileged user) and the subsequent R/R are handled by child processes (usually not privileged.) One fix for this is to change the ownership or permissions on the log file so that the child processes can append to the file! Due to a longstanding mismatch of case, the more serious error messages which were supposed to be logged to the apache logs were unintentionally squelched. A fix for that and a notice when the child process is unable to append to the log file are on their way to the Wonder repository. ;-) M. _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
