Re: Applying HTTPS connector selectively

2008-04-08 Thread Mark Thomas
[EMAIL PROTECTED] wrote: Env: Tomcat 6.0.14, Jre1.6 I have both HTTP and HTTPs connector defined in my server configuration. I would like to apply the HTTPS connector to handle specific URLs into the webapp alone and have the rest be handled by HTTP connector. Eg: Context Root: /myapp

RE: Applying HTTPS connector selectively

2008-04-08 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: Applying HTTPS connector selectively > > I would like to apply the HTTPS connector to handle specific URLs into > the webapp alone and have the rest be handled by HTTP connector. Read the servlet spec. Your answer i

Applying HTTPS connector selectively

2008-04-08 Thread uma_rk
Env: Tomcat 6.0.14, Jre1.6 I have both HTTP and HTTPs connector defined in my server configuration. I would like to apply the HTTPS connector to handle specific URLs into the webapp alone and have the rest be handled by HTTP connector. Eg: Context Root: /myapp URLs handled by HTTPS