Howdy, This brings back memories. I did my master's thesis on dual IPv4-IPv6 routers and client stacks. Nothing to do with Java though ;)
Anyways... Tomcat uses the JVM's underlying socket and address implementations. See the Javadocs for the java.net package for details of those classes. If they work over IPv6, tomcat should too. >I always receive the same response: a white page. >Sniffing the traffic with Ethereal on the loopback interface, I >discovered that Tomcat answers: > > "Error 404 - Bad Request". What does the tomcat access log (in $CATALINA_HOME/logs/localhost_access_log... by default) say? How about the other tomcat logs? Make sure to do these experiments with tomcat stand-alone first. That way we could eliminate some variables such as the apache-tomcat connectors being not IPv6 compliant. Yoav Shapira Millennium ChemInformatics -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
