Re: configure HTTP1.1 pipline depth on Tomcat 5.0

2005-06-26 Thread charly
OK my knowledge was weak and I am also not an expert on TC internals. But pipelining makes only sense when the requests could be useful parallel processed (e.g. CPU intensive and more CPU's available) and do not depend on each other. The responses must be delivered anyhow in incoming sequence. A

Re: configure HTTP1.1 pipline depth on Tomcat 5.0

2005-06-25 Thread charly
AFAIK the "pipeline length" cannot be more than one by design. No client will send another request before it received the response from the last. And so TC will also not accept another request before it processed the last Karl-Heinz - Original Message - From: "Feng Xie (fxie)" <[EMAIL

Re: 503 Service Temporarily Unavailable

2005-06-25 Thread charly
Have you checked the tomcat/mod_jk logs (catalina,localhost)? And only to be sure... have you checked the modification dates of your apache/mod_jk config files? of course you have tried restarting tomcat and apache? I have done a quick check and it seems ok. The front page of the site is ju

Re: Re: configuration question : the number of connections could be supported by a connector in Tomcat 5.0

2005-06-19 Thread charly
I think the http protocol does not allow the parallel processing of requests using a single connection. At least the response of a following request cannot pass the predecessor on the same connection. (How could the responses be matched to the requests?) So parallel processing is not really usefu

Re: Managing automatic deployment with multiple virtual hosts

2005-06-12 Thread charly
le virtual hosts That seems to have been the solution! Thanks very much. Is this documented anywhere in the official Tomcat documentation? -Original Message- From: charly [mailto:[EMAIL PROTECTED] Sent: 11 June 2005 10:08 To: Tomcat Users List Subject: Re: Managing automatic deployment

Re: Managing automatic deployment with multiple virtual hosts

2005-06-11 Thread charly
Hello, have you tried naming the war files "ROOT.war"?? Because I think there is a special naming convention for the root context. This means if you have different applications you need to deploy them into different folders. Karl-Heinz - Original Message - From: "Ben Rometsch" <[EMAI

Re: when web.xml changes webapp does not reload if not in webapps (only TC 5.5.9!!)

2005-06-04 Thread charly
o: "Tomcat Users List" Sent: Friday, June 03, 2005 6:33 AM Subject: Re: when web.xml changes webapp does not reload if not in webapps .. On 6/3/05, charly <[EMAIL PROTECTED]> wrote: For example if I change web.xml of "manager" the manager webapp will not automatically

when web.xml changes webapp does not reload if not in webapps ..

2005-06-02 Thread charly
Hello, Sorry I forgot something. How should I configure a webapp which is not located in ${catalina.base}/webapps/ that it will reload when I change its web.xml. For example if I change web.xml of "manager" the manager webapp will not automatically reload. Adding "WEB-INF/web.xml" or re

when web.xml changes webapp does not reload if not in webapps

2005-06-02 Thread charly
Hello, How should I configure a webapp which is not located in ${catalina.base}/webapps/ that it will reload when I change its web.xml. For example if I change web.xml of "manager" the manager webapp will not automatically reload. Adding "WEB-INF/web.xml" to ${catalina.base}/conf/catal

NTLM authentication using jCIFS over JK1.2.10 & IIS fails

2005-05-28 Thread charly
I am currently using TC 5.0.28 & http1.1-connector and JCIFS for authentication in a webapp. Authentication is done completely within the webapp without using TC methods and only when necessary. This is working quite well except for few users, who are accessing over squid proxy, which suppresses