Re: Disabling http connector

2010-03-22 Thread Cummins College
Hi, Regarding our question and intention, there is not much to convince. Actually we have been given this task and we have no option but to do it even though it is crazy. We figured out a way to make the removeConnector() method work, ie we are disabling/removing the http/https connector. now to

RE: Disabling http connector

2010-03-22 Thread Caldarale, Charles R
From: Cummins College [mailto:cummins.grou...@gmail.com] Subject: Re: Disabling http connector Regarding our question and intention, there is not much to convince. Actually we have been given this task and we have no option but to do it even though it is crazy. Just say no. The whole

Re: Disabling http connector

2010-03-19 Thread André Warnier
Cummins College wrote: Hi, We found this MBeanfactory method. It has a remove connector method. This takes argument String as the Mbean-name of component to be removed. We have tried passing 'HTTPConnector', 'CoyoteConnector','Catalina','http-8080' and 'http11connector'. Could you tell us how

RE: Disabling http connector

2010-03-19 Thread Martin Gainty
n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Fri, 19 Mar 2010 15:07:39 +0530 Subject: Re: Disabling http connector From: cummins.grou

Disabling http connector

2010-03-11 Thread Cummins College
Hi, I know that https by enabling the secure attribute to true. But what if I want to disable the http connector? To elaborate, I want the https connector to be disabled when http runs and vice versa. What changes should be done? However, not by changing the secure attribute. We know most of

Re: Disabling http connector

2010-03-11 Thread Mikolaj Rydzewski
Cummins College wrote: To elaborate, I want the https connector to be disabled when http runs and vice versa. What changes should be done? However, not by changing the secure attribute. Not an answer, but you can enable/disable http/https access to particular resources using

Re: Disabling http connector

2010-03-11 Thread Konstantin Kolinko
2010/3/11 Cummins College cummins.grou...@gmail.com: Hi, I know that https by enabling the secure attribute to true. But what if I want to disable the http connector? To elaborate, I want the https connector to be disabled when http runs and vice versa. I do not understand your question.

Re: Disabling http connector

2010-03-11 Thread André Warnier
Cummins College wrote: Hi, I know that https by enabling the secure attribute to true. But what if I want to disable the http connector? To elaborate, I want the https connector to be disabled when http runs and vice versa. What changes should be done? However, not by changing the secure

Re: Disabling http connector

2010-03-11 Thread Peter Crowther
On 11 March 2010 12:24, Cummins College cummins.grou...@gmail.com wrote: We know most of you dont exactly agree or approve of our idea about fiddling with the http connector, but please do help! I don't have enough information to agree, disagree or help. I've never seen a sufficiently clear

Re: Disabling http connector

2010-03-11 Thread Pid
On 11/03/2010 12:24, Cummins College wrote: Hi, I know that https by enabling the secure attribute to true. No. More is required. But what if I want to disable the http connector? You don't. You just want to force the user to use HTTPS, which is not the same thing at all. To