[jboss-user] [Performance Tuning] - Re: JBoss always at 100% CPU but not doing anything!
Scott.Marlow.Novell
do-not-reply at jboss.com
Wed Sep 20 16:21:26 EDT 2006
Try redirecting standard error to the file as well:
-Djava.endorsed.dirs="$JBOSS_ENDORSED_DIRS" \
-classpath "$JBOSS_CLASSPATH" \
org.jboss.Main "$@" > /tmp/jboss.trace 2>&1
And check that you are sending "kill -3" to the correct java process.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973074#3973074
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973074
More information about the jboss-user
mailing list