Consider moving to tomcat 4, it is faster than tomcat 3. I believe 
tomcat 4 was redesigned for better performance. Also maybe there is some 
code segement in the jsp that is eating up a lot of time, so maybe you 
could get someone (if you're not the author of the page) to check it out.

Rafael Angarita wrote:

>    My webserver is stopping  answering requests or answers too slowly 
> after a while running.
>    If  a http request is sent  to tomcat directly it's answered 
> quickly but the same request to apache takes a lot of time to be 
> answered (request a .jsp file).
>    If  the tomcat process is  stopped and started again (the apache is 
> not stopped), the requests to apache are answered quickly.
>    It looks like something is happening inside the java process that 
> produces a poor performance after a while, but I have no clue, how to 
> look inside the java, it could be a configuration issue or  an 
> application issue  but all  I  can see  is not helpful to establish 
> the main reason....
>    Any suggestion? 
>    The environment:
>    - Solaris 8
>    - Apache 1.3.26
>    - tomcat 3.2.4
>    - java 1.2
>    - TheadPool Max = 600
>
>    Thanks is advance,
>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to