Re: Restricting certain ports to certain contexts?

2012-10-17 Thread André Warnier
James Lampert wrote: We have a situation: A Tomcat server with a number of contexts. One of those contexts should be available unsecured on port 8080. The others should only be available secured, on port 443. Is there a way we can restrict 8080 to the one unsecured context? I am not specia

Re: Restricting certain ports to certain contexts?

2012-10-16 Thread James Lampert
Caldarale, Charles R wrote: Read the servlet spec, chapter 13 (the 3.0 version is, unfortunately, harder to comprehend than the earlier versions). Put the following in the WEB-INF/web.xml of the webapps you wish to restrict to HTTPS: CONFIDENTIAL It might be possible to add the above to

RE: Restricting certain ports to certain contexts?

2012-10-16 Thread Caldarale, Charles R
> From: James Lampert [mailto:jam...@touchtonecorp.com] > Subject: Restricting certain ports to certain contexts? > A Tomcat server with a number of contexts. > One of those contexts should be available unsecured on port 8080. > The others should only be available secured, on

Restricting certain ports to certain contexts?

2012-10-16 Thread James Lampert
We have a situation: A Tomcat server with a number of contexts. One of those contexts should be available unsecured on port 8080. The others should only be available secured, on port 443. Is there a way we can restrict 8080 to the one unsecured context? -- JHHL --