server.xml mod_jk Configuration

2004-06-04 Thread Emre
The following is from my server.xml. This connector is communicating with mod_jk and then to an apache instance. Do I need maxKeepAliveRequests set to a value? Does it matter. Is the value I have for connectionUploadTimout too high? Would increasing the buffer size help me with performance?

JSP garbage collection

2004-06-04 Thread Emre
Where and when does garbage collection happen in the JSP pages. In my jsp pages I use beans as well as importing some of my own java objects. What I am wondering is if I have to explicitly get rid of these objects. Because the memory usage never seems to go down during off peak hours. Any

JSP page processing time

2004-06-03 Thread Emre
Is there a method or variable that I can use in a JSP page to display how long it took to process that page. I know PHP has something like that. Does Tomcat have a similar thing for JSPs? Thanx

FW: Apache + mod_jk + Tomcat Configuration Help

2004-06-02 Thread Emre
I need serious help with Tomcat and mod_jk configuration. Currently I am running a website that gets about 1 million page hits a day. Lately, there has been serious issues with my Tomcat servers. I believe this is due to higher than average traffic. This prompts me to better configure and fine

mod_jk log file, identifying the actual worker

2004-06-02 Thread Emre
Is there a way to see which load balanced Tomcat served a request in the mod_jk log file? When I use the %w the log file lists the loadbalancers name and not the actual workers name. - To unsubscribe, e-mail: [EMAIL PROTECTED]