Re: Configuring different Context's to use different ports

2008-01-14 Thread Bai Shen
What do you mean? I'm not sure how to set that up. On Jan 11, 2008 9:08 PM, Bill Barker <[EMAIL PROTECTED]> wrote: > Far and away the easiest way to solve this is with a Filter that will > sendRedirct to scheme that the webapp wants to respond to. It is also > possible to do with multiple elem

Re: Configuring different Context's to use different ports

2008-01-11 Thread Bill Barker
Far and away the easiest way to solve this is with a Filter that will sendRedirct to scheme that the webapp wants to respond to. It is also possible to do with multiple elements, but I don't recommend that route. "Bai Shen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I have

Configuring different Context's to use different ports

2008-01-11 Thread Bai Shen
I have several web apps running on tomcat, each with their own context. I also have connectors for 80 and 443. The problem is that I'd like some of the context's to use port 80 only, and some of them to use port 443 only. Right now, tomcat will accept connections to all contexts on all defined po