Re: Performance problem with Tomcat?

2007-02-16 Thread Michal Glowacki
, and then deployment info appears. Is this tomcat and if yes what can I do about this? Regards, Michal - Original Message - From: Zack Grafton [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, February 16, 2007 7:50 AM Subject: Re: Performance problem with Tomcat

Performance problem with Tomcat?

2007-02-15 Thread Michal Glowacki
Hi I'm quite new to Jboss/Tomcat, so please forgive me if my questions are without sense... I have created a JSF application that uses EJB. It deploys successfully, but the thing that concerns me is: When I go to any page (locally, e.g. localhost:8080/Test/faces/Page1.jsp) I can see in

Re: Performance problem with Tomcat?

2007-02-15 Thread David Delbecq
En l'instant précis du 02/15/07 12:40, Michal Glowacki s'exprimait en ces termes: Hi I'm quite new to Jboss/Tomcat, so please forgive me if my questions are without sense... I have created a JSF application that uses EJB. It deploys successfully, but the thing that concerns me is:

Re: Performance problem with Tomcat?

2007-02-15 Thread Michal Glowacki
Thank you for your fast response! Which version of EJB. Local EJB of remote EJB? With or without security? EJBs have the bad reputation to be slow, and cubersome to develop (probably improved in version 3, this was an aim at sun) It's EJB 2.1 (JBoss 4). I'm using remote interfaces everywhere,

Re: Performance problem with Tomcat?

2007-02-15 Thread David Delbecq
En l'instant précis du 02/15/07 13:02, Michal Glowacki s'exprimait en ces termes: Thank you for your fast response! Which version of EJB. Local EJB of remote EJB? With or without security? EJBs have the bad reputation to be slow, and cubersome to develop (probably improved in version 3, this

Re: Performance problem with Tomcat?

2007-02-15 Thread Zack Grafton
Michal, Your JSP files will be compiled regardless the first time they are accessed. If you try refreshing the page, or loading it in a different browser, you might notice a speed up. You can also precompile your JSP files and that should also speed up the first access. Please let us know

Re: Performance problem with Tomcat?

2007-02-15 Thread Michal Glowacki
That is right, only for the first time, even 10-12 secs, but later maximum 2. Thanks for all help, Michal - Original Message - From: Zack Grafton [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, February 15, 2007 5:43 PM Subject: Re: Performance problem