I wish I could provide more information. At least I have narrowed down the
problem. I am having a meeting with the architects of both frameworks today
so perhaps I'll get some details.
Thanks.
On Thu, Jul 1, 2010 at 2:54 PM, Pid wrote:
> On 01/07/2010 19:38, John-Paul Ranaudo wrote:
&
incoming URL to tell which domain its coming from and handle appropriately.
Thanks.
On Thu, Jul 1, 2010 at 11:31 AM, Pid wrote:
> On 01/07/2010 16:01, John-Paul Ranaudo wrote:
> > I am confused no doubt. What you say here is correct:
> >
> > /"In your description of the
r has been on a page served under HTTPS?
>
>
> p
>
>
> > On Thu, Jul 1, 2010 at 3:59 AM, Pid > <mailto:p...@pidster.com>> wrote:
> >
> > On 01/07/2010 08:49, John-Paul Ranaudo wrote:
> > > No we are not.
> >
> &
:49, John-Paul Ranaudo wrote:
> > No we are not.
>
> If the SSL-only resources match a specific path, you can add a
> security-constraint which doesn't have user roles, but does have a
> transport-guarantee set to 'CONFIDENTIAL'.
>
> The container will automatica
No we are not.
On 7/1/10, Pid wrote:
> On 01/07/2010 03:42, John-Paul Ranaudo wrote:
>> I have now realized the root of the problem. The cause of the problem is
>> that the load balancer will sometimes proxy an HTTPS request as an HTTP
>> request so when we send back a red
I do this I can tell tomcat to proxy all HTTP
(port 80) requests to port 443 but only for that one virtual host (which
contains the problem framework).
Any thoughts?
Thanks and Regards,
John-Paul Ranaudo
Application Architect
On Fri, Jun 25, 2010 at 2:22 PM, Christopher Schultz <
ch...@christ
Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> John-Paul,
>
> On 6/25/2010 1:40 PM, John-Paul Ranaudo wrote:
> > Ok, so I am assuming I do not have to setup SSL (certificates etc) since
> my
> > load balan
the redirect port thinking I can redirect requests
to 443 to the port 80 internally and scheme to 'https'. This actually had
the effect of making one framework (the one with https) work but broke the
other.
Regards,
John
On Fri, Jun 25, 2010 at 1:18 PM, Pid wrote:
> On
Our environment:
Unix Solaris 5.9
Tomcat 6.0.26
JVM 1.6.20
Our application runs in two frameworks. One uses https one does not. I am
trying to configure the tomcat connectors to work but when I get it working
in one framework it does not work in the other.
*I have been told we do not need to 'ha