-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 André,
On 1/23/15 3:35 PM, André Warnier wrote: > Jess Holle wrote: >> It seems that >> java.net.InetAddress.getLoopbackAddress().getHostAddress() should >> give the right answer -- if one is running with Java 7. >> >> That said, is there a value that can be used for AJP's "address" >> attribute that simply does the right thing here? >> >> On 1/23/2015 1:38 PM, Jess Holle wrote: >>> I'd like to set the "address" attribute on the AJP connector >>> when deploying Tomcat to only allow loopback connections. >>> >>> But I want to do so in a general way that works for: >>> >>> * IPv4 * IPv4 + IPv6 mixed/dual stack * IPv6 (pure) >>> >>> Is there any such option? The documentation speaks of setting >>> 127.0.0.1, yet I see indications that this won't fly in a pure >>> IPv6 world. If a single value won't work, is there any good >>> way to detect which stacks are available via Java APIs during >>> deployment? >>> > > If only one address per Connector can be specified, can you not > just use 2 <Connector>s, one for each ? They should not conflict. That should definitely work (address="127.0.0.1" and address="::") but one connector might be nice. Maybe Tomcat could detect some magic value that is invalid for an address (like "loopback") and then use InetAddress.getLoopbackAddress() instead of a traditional address lookup/resolution. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: GPGTools - http://gpgtools.org iQIcBAEBCAAGBQJUwrefAAoJEBzwKT+lPKRYrmoP/Rl+a1nzD6VpaeRZYDG42CNf eCErhQ5doqsJTumtinerG5z/JW1hnPNI1sIwH5thrKpbz6NYxYFa2YUi+PFHUUqU A1ThddQfV3RbfIiNkXIAFM0havvHYGAF0tvWtq69BpR+F3/ltdvDZqScvDsHL8N6 9EDcHV1GoERur0viGQIUi9wq4YUx1vcgXq9WEubW5G1Moh7epQEsLXw+Bk42Qad1 spazWUP5Eb3se88z6MJKvSGT65w1NvVBibWUmfisoMsaN0Xwewg+JLLlOk1P7v7z rQOTrXHtdrdkYTl8bx6ytxfbqwPb7HGyvPu8Q/1N5GzJhZtomnpqy9pAlIqj7DU5 pRikc6c5jWZRu5zO2GLJXFv8dxmi7NWI1ie6rb+pvArE+4wqpB1U4giSlgWpe6Ls sLZQ5lFuE/mbfiirop4GZ2mdflClDArLUxFCtz+y/hJedPv7ugD7Oz9WT4syz4vI GIyfLrZGXg2lbLEwVGNrSoWMDjNh+Qfrb3G3D/2AMMf/g/DRyTojcQbfRKDZtJ+u 18j0IvqswfmZFOzk8v5OjKkmXowzOhHNwOOEjjYojscgsZDZ8Pjq5MpEJxFpsYlg NjgZ30d8R7szqkonYHuiCLLDDNGZz3FB+ObsWw5Dh7wuZ+PrdMdUv3G4vtYZwrfO acNhTJrqhLtCHEwPInjl =IaiB -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org