Hi,

On Tue, Apr 28, 2020 at 1:06 PM Satya Kishore Thumu
<satyakishore.th...@broadcom.com.invalid> wrote:

> Hi,
> We are using apache before Tomcat as front end and using modjk for
> connection between apache and Tomcat. After upgrading tomcat(to 7.0.100 as
> we have other dependencies we can't use latest as of now), i'm unable to
> use ajp.host as "localhost" in IPv6 and works only with ::1. Need help if
> there is any configuration that can be done to use localhost even in IPv6
> environment.
>

The only way I am aware of is to have two <Connector> entries - one for
IPv4 (with "localhost") and another for IPv6 (for "::1"). Both listening on
the same port.

Martin


>
> Thank you,
> Kishore
>

Reply via email to