Re: Secure specific web application with SSL in HTTP Tomcat

2010-12-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gennady, On 12/13/2010 10:05 AM, Gennady Shumakher wrote: > Chuck, thank you. It's good approach, but wouldn't that mean that all > applications will be accessible through SSL as well? That's not desired > in my case. I have a monitoring application t

RE: Secure specific web application with SSL in HTTP Tomcat

2010-12-13 Thread Caldarale, Charles R
> From: Gennady Shumakher [mailto:gshumak...@gmail.com] > Subject: Re: Secure specific web application with SSL in HTTP Tomcat > wouldn't that mean that all applications will be accessible > through SSL as well? If the client chooses to use SSL, what's wrong with that?

Re: Secure specific web application with SSL in HTTP Tomcat

2010-12-13 Thread Gennady Shumakher
ed certificate, though it shouldn't be used by regular apps. Is there other solution? On 13/12/2010 16:11, Caldarale, Charles R wrote: From: Gennady Shumakher [mailto:gshumak...@gmail.com] Subject: Secure specific web application with SSL in HTTP Tomcat If Tomcat and all of the deployed

RE: Secure specific web application with SSL in HTTP Tomcat

2010-12-13 Thread Caldarale, Charles R
> From: Gennady Shumakher [mailto:gshumak...@gmail.com] > Subject: Secure specific web application with SSL in HTTP Tomcat > If Tomcat and all of the deployed web applications are > available through HTTP. > Is there a way to configure Tomcat to restrict the access > to s

Secure specific web application with SSL in HTTP Tomcat

2010-12-13 Thread Gennady Shumakher
Hello, I have the following question: If Tomcat and all of the deployed web applications are available through HTTP. Is there a way to configure Tomcat to restrict the access to specific web app to HTTPS only? Thanks in advance, Gennady