2 Replies Latest reply on Nov 17, 2008 8:52 AM by nickarls

    Virtual host for link-rewriting?

    nickarls

      Could someone slap me with a manual reference to a problem of mine:

      Our customer has a https-terminating publicly known firewall-host that redirects requests as plain http to my server. So when people go to https://public.host.com, they get redirected to http://private.host.com on the inside.

      The problem is, of course, that the private.host.com generates HTML links etc back to itself, rendering them as http://private.host.com to the outside customers, resulting in 404:s.

      Is there a way of configuring (virtual hosts?) the JBoss 4.2.2GA so that the links generated would, not only be public.host.com but also https:// again?