RE: Selective ports without virtual hosts

2008-02-15 Thread Greg Jewell
From: Greg Jewell [mailto:[EMAIL PROTECTED] Subject: Selective ports without virtual hosts Basically, I want to allow this: https://host/app/a http://host/app/b and disallow this: http://host/app/a Any reason why you can't use a of CONFIDENTIAL for the /a mapping? This would b

RE: Selective ports without virtual hosts

2008-02-15 Thread Caldarale, Charles R
> From: Greg Jewell [mailto:[EMAIL PROTECTED] > Subject: Selective ports without virtual hosts > > Basically, I want to allow this: > https://host/app/a > http://host/app/b > > and disallow this: > http://host/app/a Any reason why you can't use a of CONFID

Selective ports without virtual hosts

2008-02-15 Thread Greg Jewell
Hello, I have a webapp that has two servlets in it. I would like one of the servlets to respond when a client connects to an SSL port, and the other to respond when a client connects to a non-SSL port. Each servlet has a different mapping in the web.xml. Basically, I want to allow this: htt