Re: IPv6 Issue with Tomcat

2011-02-12 Thread Martin Dubuc
Thanks for all your response guys. Chuck's recommendation did fix my problem. I also liked the loopback recommendation. Martin On Fri, Feb 11, 2011 at 10:17 AM, Martin Dubuc martind1...@gmail.comwrote: On my Tomcat server (currently running version 6.x), I have set up a firewall rule to drop

RE: IPv6 Issue with Tomcat

2011-02-11 Thread Caldarale, Charles R
From: Martin Dubuc [mailto:martind1...@gmail.com] Subject: IPv6 Issue with Tomcat I am wondering if there is configuration within Tomcat to force the driver not to use IPv6. Not within Tomcat, but possibly for the JVM you're using. Try setting -Djava.net.preferIPv4Stack=true as a JVM

Re: IPv6 Issue with Tomcat

2011-02-11 Thread Martin Dubuc
I am using Tomcat 6.0.29 and JDK 6 Update 23. Martin On Fri, Feb 11, 2011 at 10:30 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Martin Dubuc [mailto:martind1...@gmail.com] Subject: IPv6 Issue with Tomcat I am wondering if there is configuration within Tomcat to

Re: IPv6 Issue with Tomcat

2011-02-11 Thread Mark Shifman
I was burned in a similar fashion. Phil Steitz (on the commons user list) pointed me to. http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6483406 One recommended fix/workaround is that suggested by Chuck in a previous post. mas On 02/11/2011 10:39 AM, Martin Dubuc wrote: I am using Tomcat

Re: IPv6 Issue with Tomcat

2011-02-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 2/11/2011 12:14 PM, Mark Shifman wrote: I was burned in a similar fashion. Phil Steitz (on the commons user list) pointed me to. http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6483406 One recommended fix/workaround is that