> From: SivaKumarl [mailto:sivakum...@naradaproducts.com]
> Subject: How to configure SSL for particular application
> 
> i need to access only application through https and remaining 
> through http protocol

Read section 12 of the servlet spec.  Configure a <transport-guarantee> of 
CONFIDENTIAL in the WEB-INF/web.xml of the webapp to be protected.  You cannot 
prevent use of HTTPS for the other webapps, but you can require its use for the 
ones you want.

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to