That's the problem though, the browser isn't doing that.  I wonder if that's
a weakness of the version of IE I'm using (6.0.280)?

-----Original Message-----
From: Filip Hanik - Dev [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 22, 2004 10:19 AM
To: Tomcat Users List; [EMAIL PROTECTED]
Subject: Re: Tomcat 5.0.16 behind SSL Accelerator - 2nd post


how are you creating your links right now, the easiest is to just use
relative links, like

<a href="/myapp/some.jsp">A Link</a>
here the browser will connect up using same protocol as the data came down
on.

or you can create your own tag, like
<a href="<app:MyLink href="/myapp/some.jsp"/>">A link using tag</a>

Filip

----- Original Message -----
From: "Adrian Klingel" <[EMAIL PROTECTED]>
To: "Tomcat User List" <[EMAIL PROTECTED]>
Sent: Tuesday, June 22, 2004 8:20 AM
Subject: Tomcat 5.0.16 behind SSL Accelerator - 2nd post


> I searched for this in the archives at mikal.org, and only found the
> question and no answer.
>
> I have Tomcat 5.0.16 behind a hardware SSL accelerator box.  The links in
my
> webapps of course refer back to HTTP://myserver.com/myapp, but I of course
> want them to be rewritten as HTTPS://mysslaccelertor:port/myapp.
>
> Is there a simple configuration change in the server.xml that I can make
in
> order to fix this?
>
> Thanks,
> Adrian Klingel
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to