check if tomcat is listening on ipv6, using ss or netstat command. need more details about your environment, how requests are pass to container, etc...
On Wed, Aug 3, 2022 at 3:26 PM Nitish Chitta <[email protected]> wrote: > > I have done the required changes i.e added the IPv6 address to the > connector that the server should listen on. Do I have to add any other > property or am I missing something? > > On Wed, Aug 3, 2022 at 12:51 PM Jason Wee <[email protected]> wrote: > > > yes, it should, read here > > https://tomcat.apache.org/tomcat-7.0-doc/config/http.html > > > > On Wed, Aug 3, 2022 at 3:19 PM Nitish Chitta <[email protected]> > > wrote: > > > > > > Hello Team, > > > I wanted to know if Tomcat 7 supports requests with IPv6 addresses in the > > > URL as I am getting an HTTP 404 error when trying to hit the server with > > an > > > IPv6 address. > > > > > > Thanks & Regards, > > > Nitish > > > > --------------------------------------------------------------------- > > 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]
