How do I get a thread dump?
http://www.gvcsitemaker.com/gvc.webobjects/faq&mode=single&recordID=41413
When using Java 1.5 it's easier: Find the process id of the
application instance (e.g. by doing "ps -auxwww | grep java") and the
call "sudo jstack <process id>".
Nevertheless, changing the SpawnOfWotaskd.sh script is generally a
good idea, as it also helps in other situations, like when an app
dosn't start properly.
Timo
_______________________________________________
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]