Anyone build Tomcat cluster on Xen

2008-12-02 Thread Maggie Shao
Hi,
Does anyone build Tomcat cluster on Xen?
Is there any difference?

-- 
Sincerely,
Maggie


Re: find out the possible bottleneck webapp

2008-01-30 Thread maggie
Chunk,

I'll test that.
Thank you for your help! :)


-- 
Sincerely,
Maggie

On 1/28/08, Caldarale, Charles R [EMAIL PROTECTED] wrote:

  From: maggie [mailto:[EMAIL PROTECTED]
  Subject: Re: find out the possible bottleneck webapp
 
  So what I want is a light weight tool, just find out which
  webapp causes the problem when Tomcat runs abnormally.

 Take a look at the jstack tool to remotely access stack traces on a
 running JVM:
 http://java.sun.com/javase/6/docs/technotes/tools/index.html#troubleshoo
 t

 If accessing remotely, you'll also need jsadebugd; if running jstack
 locally, you don't need the daemon.

 You can also use JConsole, but it only dumps the stack for one thread at
 a time.

 - Chuck


 THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
 MATERIAL and is thus for use only by the intended recipient. If you
 received this in error, please contact the sender and delete the e-mail
 and its attachments from all computers.

 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: find out the possible bottleneck webapp

2008-01-28 Thread maggie
Hi,

Thank you all for the reply!

I am sure that's some of my webapps' problem.
It runs ok at beginning. After it runs one day, the CPU usage is very high,
I have to restart Tomcat.

Of course, I can use JProber to analzye which webapp goes wrong.
But I don't want restart Tomcat. I want to find that abnormal webapp and
delete it
directly.

So what I want is a light weight tool, just find out which webapp causes the
problem when Tomcat runs abnormally.

Is there this kind tool?



-- 
Sincerely,
Maggie


find out the possible bottleneck webapp

2008-01-24 Thread maggie
Hi ,all

I deploy many web applications on Tomcat.
But sometimes the response time of Tomcat is very long. At that time,
the CPU usage is very high.

Is there any tool for me to find out which web application consumes most
of the CPU resource?

Is there any tool to provide such information Remotely even if the
workload of Tomcat is very heavy?

Any hint is welcome. Thanks in advance.

-- 
Sincerely,
Maggie