You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by AM...@aol.com on 2002/06/14 01:34:34 UTC

Tomcat performance issues

Hi All

I have designed some jsp pages which extract from a database. But the pages 
can take upto 5 minutes before they show the content. Is there anyway I can 
pinpoit where the bottle neck is. My current settings are APACHE +  MOD_jk + 
Tomcat 4.03 (could the bottle neck be my Apache and tomcat servers being on 
separate machines?) . Are there any tools that I can use to test the 
performance of my servers?

Regards 
amran

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Tomcat performance issues

Posted by Giorgio Ponza <gi...@opla.it>.
If you disable the database connection, the time is still long?
Are you sure is not a db problem?

Hi


----- Original Message ----- 
From: "Power-Netz (Schwarz)" <sc...@power-netz.de>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Friday, June 14, 2002 11:59 AM
Subject: AW: Tomcat performance issues


> 
> > Hi All
> >
> > I have designed some jsp pages which extract from a database. But
> > the pages
> > can take upto 5 minutes before they show the content. Is there
> > anyway I can
> > pinpoit where the bottle neck is. My current settings are APACHE
> > +  MOD_jk +
> > Tomcat 4.03 (could the bottle neck be my Apache and tomcat
> > servers being on
> > separate machines?) . Are there any tools that I can use to test the
> > performance of my servers?


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


AW: Tomcat performance issues

Posted by "Power-Netz (Schwarz)" <sc...@power-netz.de>.
> Hi All
>
> I have designed some jsp pages which extract from a database. But
> the pages
> can take upto 5 minutes before they show the content. Is there
> anyway I can
> pinpoit where the bottle neck is. My current settings are APACHE
> +  MOD_jk +
> Tomcat 4.03 (could the bottle neck be my Apache and tomcat
> servers being on
> separate machines?) . Are there any tools that I can use to test the
> performance of my servers?

if you setup mod_jk in an not optimal way, you get long timeouts until,
the page is shown, but 5 minutes is a bit to long.

Our tests here indicate a mass performance speed up, if we don't chain
apache and
tomcat and use tomcat standalone.




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>