Search results

  1. T

    balancer does not balance ... !

    Could someone help me find what I did wrong with the following configuration : <?xml version="1.0" encoding="UTF-8"?> <virtualHostConfig> <docRoot>/var/www</docRoot> <enableGzip>0</enableGzip> <adminEmails></adminEmails> <extProcessorList> <extProcessor> <type>proxy</type>...
  2. T

    Keep-Alive for servlet

    Hi, The documentation says about "Keep Alive Timeout" that it applies to persistent connections and about persistent connections that they only apply to "FastCGI external application". When configuring a servlet external app, the "Keep Alive Timeout" is configurable through the management...
  3. T

    ajp servlet load balancing jvmroute support

    Hi, While testing the servlet external app with loadbalancer, I found it was not possible to route the request according to the jvmroute. Is it right ? Just in case : the jvmroute is an extension added to the JSESSIONID cookie (or URL param) by the servlet server. This let load balancers...
  4. T

    lshttpd 2.2.2 doesn't start on FreeBSD6.1

    Hi, I downloaded the FreeBSD 6.1 compile through the URL found in another post and installed it. Installation was smooth but at the end : At this point, the only running process is "lscgid". I killed and restarted with a debugLevel of 50, nothing better except a few more lines in the...
Top