> 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]