Thanks! -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] rg] On Behalf Of Caldarale, Charles R Sent: Wednesday, June 20, 2007 11:16 AM To: Tomcat Users List Subject: RE: Tomcat application connect via https only?
> From: Vigorito, Nicholas E. [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat application connect via https only? > > Doing that will make it so that ALL apps on the server can only be > connected to via HTTPS, correct? > > Any way to do it just for one app? It depends on where you put the <transport-guarantee>. If it's in the global conf/web.xml, it will apply to all webapps; if it's in a WEB-INF/web.xml, it applies just to that webapp. Read the servlet spec. - 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] --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]