Re: Tomcat SSL configure for only one application.

2007-02-09 Thread Hassan Schroeder

On 2/9/07, Cartman [EMAIL PROTECTED] wrote:

Hi, I want to configure my tomcat server for use ssl but I have some
applicatións working on this server and I don't want that all application
work with ssl, just only one will work with ssl support.   How do I do that?


Are you talking about different *hosts* or different webapps within
the same host?

--
Hassan Schroeder  [EMAIL PROTECTED]

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat SSL configure for only one application.

2007-02-09 Thread Cartman

Yes, different webapps within the same host.

On 2/9/07, Hassan Schroeder [EMAIL PROTECTED] wrote:


On 2/9/07, Cartman [EMAIL PROTECTED] wrote:
 Hi, I want to configure my tomcat server for use ssl but I have some
 applicatións working on this server and I don't want that all
application
 work with ssl, just only one will work with ssl support.   How do I do
that?

Are you talking about different *hosts* or different webapps within
the same host?

--
Hassan Schroeder  [EMAIL PROTECTED]

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Gracias.
Atentamente,
Carlos Arturo Trujillo Silva
Ingeniero de Sistemas


RE: Tomcat SSL configure for only one application.

2007-02-09 Thread Caldarale, Charles R
 From: Cartman [mailto:[EMAIL PROTECTED] 
 Subject: Re: Tomcat SSL configure for only one application.
 
 Hi, I want to configure my tomcat server for use ssl 
 but I have some applicatións working on this server
 and I don't want that all application work with ssl,
 just only one will work with ssl support.

You need to read the servlet spec.  SSL is only used for the portion of each 
webapp that is declared with a security-constraint containing a 
user-data-constraint of CONFIDENTIAL.  Not even the entire webapp has to use 
SSL.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]