Possible problem: ajp13 on Tomcat 3.2.x - need help

2002-07-18 Thread Shinta Tjio
We are using Apache 1.3.26 and Tomcat 3.2.2. We've seen some clients to be hanging Apache on SSL read. The cause of this hang seems to be network/TCP/IP issue. The read will eventually times out. When it times out, here's where the problem starts. Tomcat seems to be grabbing some buffer that

ajp13 stuck on read

2001-12-26 Thread Shinta Tjio
Hi, We've been seeing some problems where both the Tomcat ajp13 connector and the Apache children (using mod_jk and ajp13) got stuck on read. The load on the system is not too heavy, i.e: there's only 12-20 Apache children around when we first saw the problem. We are using Tomcat 3.2.1 and

RE: Re[2]: Using Apache/Tomcat in high-traffic site

2001-03-19 Thread Shinta Tjio
Title: RE: Re[2]: Using Apache/Tomcat in high-traffic site We are also in the process of setting an environment like this. I'm curious about your comment in the first paragraph. Assuming the environment is: the loadbalancer is load balancing Apache, there are many Apache running mod_jk,

RE: problem w/ ajp13 - if Tomcat is shutdown

2001-03-06 Thread Shinta Tjio
? if i'm not mistaken, mod_jserv is needed for tomcat to shutdown. bAs T. Shinta Tjio schrieb: I'm having problem with mod_jk if ajp13 is used. The problem is often reproduced when Tomcat is shut down without Apache being shut down. When a request is fired through Apache as soon

problem w/ ajp13 - if Tomcat is shutdown

2001-03-05 Thread Shinta Tjio
Title: problem w/ ajp13 - if Tomcat is shutdown I'm having problem with mod_jk if ajp13 is used. The problem is often reproduced when Tomcat is shut down without Apache being shut down. When a request is fired through Apache as soon as Tomcat starts, I often get Internal Server Error. The

Tomcat's class loader

2001-03-02 Thread Shinta Tjio
Title: Tomcat's class loader Hi, all, I have a servlet, ServletFoo, that calls a utility class that lives in a jar file under $TOMCAT_HOME/lib. This utility class calls the ResourceBundle.getBundle() on a resource bundle that lives in the servlet's home (i.e:

JkMount for all context

2001-02-02 Thread Shinta Tjio
Title: JkMount for all context How do you write a JkMount that will apply to all servlet context, assuming that the URI will always have 'servlet' in it? In other words, I don't want to write: JkMount /context1/servlet/myServlet ajp13 JkMount /context2/servlet/anotherOne ajp13 JkMount