On 03.03.2007, at 09:44, James Cicenia wrote:

Maybe I read that wrong.. however, I ran it.. looked at all my logs.. and there is nothing!

This goes to webobjects.err - whereever that is, it is defined in the startup scripts for the WebObjects services.

You have to change this file (make a backup):

/System/Library/WebObjects/JavaApplications/wotaskd.woa/Contents/ Resources/SpawnOfWotaskd.sh

Edit, so it looks like this:

#!/bin/sh

$@ 1>/tmp/webobjects.log 2>&1 &

When you send "sudo kill -QUIT <pid>" to the pid of the particular instance, the complete thread dump is send to /tmp/webobjects.log.

And, even if I try to force my url to use that instance.. It gets redirected. This is good as otherwise my users would scream at me again.

Yeah, because the application is deadlocked. If I can help, send me a mail, we can chat about that.

cug
_______________________________________________
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]

Reply via email to