Re: Regarding Connector in tomcat 6

2010-02-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, On 2/25/2010 2:11 AM, Cummins College wrote: > Actually we are designing a security layer over our web app. We want to give > the user an option of choosing between http or https on login. Hence the > need of changing from http

Re: Regarding Connector in tomcat 6

2010-02-25 Thread Pid
On 25/02/2010 07:11, Cummins College wrote: Hi, Actually we are designing a security layer over our web app. We want to give the user an option of choosing between http or https on login. Why do you need to change the properties of the connector to do that? Hence the need of changing from ht

Re: Regarding Connector in tomcat 6

2010-02-25 Thread André Warnier
Cummins College wrote: Hi, Actually we are designing a security layer over our web app. We want to give the user an option of choosing between http or https on login. Hence the need of changing from http to https or vice-versa at runtime. I have the impression that you are going about this in a

Re: Regarding Connector in tomcat 6

2010-02-24 Thread Cummins College
Hi, Actually we are designing a security layer over our web app. We want to give the user an option of choosing between http or https on login. Hence the need of changing from http to https or vice-versa at runtime. We are aware of . But that is not at runtime. We had also thought of JMX as an o

Re: Regarding Connector in tomcat 6

2010-02-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dude, On 2/22/2010 2:28 AM, Cummins College wrote: > This has to done at runtime i.e without shutting down tomcat and re-starting > it. Is it possible to access the http connector at runtime and change its > attributes? Use JMX. - -chris -BEGIN

RE: Regarding Connector in tomcat 6

2010-02-22 Thread Caldarale, Charles R
> From: Cummins College [mailto:cummins.grou...@gmail.com] > Subject: Re: Regarding Connector in tomcat 6 > But i would like to toggle entire web application to http or > https at runtime. Then simply add or remove the of CONFIDENTIAL; Tomcat will recognize that the webapp'

Re: Regarding Connector in tomcat 6

2010-02-22 Thread Pid
On 22/02/2010 07:28, Cummins College wrote: Hi, I know the problem is slightly different but we want to access the server.xml for the http connector so that we can set its secure attribute depending on the protocol to be used is http or https. You are confused. Changing the secure attribute w

Re: Regarding Connector in tomcat 6

2010-02-22 Thread André Warnier
Cummins College wrote: Hi, I know the problem is slightly different but we want to access the server.xml for the http connector so that we can set its secure attribute depending on the protocol to be used is http or https. This has to done at runtime i.e without shutting down tomcat and re-star

Re: Regarding Connector in tomcat 6

2010-02-21 Thread Cummins College
Hi, I know the problem is slightly different but we want to access the server.xml for the http connector so that we can set its secure attribute depending on the protocol to be used is http or https. This has to done at runtime i.e without shutting down tomcat and re-starting it. Is it possible t

Re: Regarding Connector in tomcat 6

2010-02-21 Thread Hassan Schroeder
On Sun, Feb 21, 2010 at 9:31 PM, Cummins College wrote: > I am aware of the concepts regarding the http connector and the constraint>. I am able to run the entire web application on https. >  But i would like to toggle entire web application to http or https at > runtime. I do not want to shut d

Re: Regarding Connector in tomcat 6

2010-02-21 Thread Cummins College
Hi, I am aware of the concepts regarding the http connector and the . I am able to run the entire web application on https. But i would like to toggle entire web application to http or https at runtime. I do not want to shut down tomcat and make changes in tomcat. Is it possible to code in java

Re: Regarding Connector in tomcat 6

2010-02-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nikita, On 2/19/2010 1:11 AM, Nikita Manohar wrote: > My web application is currently deployed on Tomcat 6. Currently it is > running on http. > > I was asked to run it on HTTPS. I was able to run in on HTTPS and for that I > need to make changes in

RE: Regarding Connector in tomcat 6

2010-02-19 Thread Caldarale, Charles R
> From: Nikita Manohar [mailto:nikita.mano...@gmail.com] > Subject: Regarding Connector in tomcat 6 > > My web application is currently deployed on Tomcat 6. Currently it is > running on http. Applications don't run on HTTP vs HTTPS. That layer of the protocol stack

Regarding Connector in tomcat 6

2010-02-18 Thread Cummins College
Hi, My web application is currently deployed on Tomcat 6. Currently it is running on http. I was asked to run it on HTTPS. I was able to run in on HTTPS and for that I need to make changes in server.xml everytime iIf have to run my web app on https. Switching/Toggling between Https and Https req

Regarding Connector in tomcat 6

2010-02-18 Thread Nikita Manohar
Hi, My web application is currently deployed on Tomcat 6. Currently it is running on http. I was asked to run it on HTTPS. I was able to run in on HTTPS and for that I need to make changes in server.xml everytime iIf have to run my web app on https. Switching/Toggling between Https and Https req