From owner-freebsd-java Fri Feb 14 9:29:18 2003 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED6CE37B401 for ; Fri, 14 Feb 2003 09:29:16 -0800 (PST) Received: from habanero.hesketh.net (habanero.hesketh.net [66.45.6.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FDE443F85 for ; Fri, 14 Feb 2003 09:29:15 -0800 (PST) (envelope-from brent@mutt.rcfile.org) Received: from mutt.rcfile.org (rdu57-229-060.nc.rr.com [66.57.229.60]) by habanero.hesketh.net (8.12.6/8.12.6) with ESMTP id h1EHT5sp013716; Fri, 14 Feb 2003 12:29:06 -0500 X-Received-From: brent@mutt.rcfile.org X-Delivered-To: freebsd-java@FreeBSD.ORG X-Spam-Filter: check_local@habanero.hesketh.net by digitalanswers.org Received: from mutt.rcfile.org (localhost [127.0.0.1]) by mutt.rcfile.org (8.12.6/8.12.6) with ESMTP id h1EHTCXD016170; Fri, 14 Feb 2003 12:29:12 -0500 (EST) (envelope-from brent@mutt.rcfile.org) Received: (from brent@localhost) by mutt.rcfile.org (8.12.6/8.12.6/Submit) id h1EHTBG6016169; Fri, 14 Feb 2003 12:29:11 -0500 (EST) Date: Fri, 14 Feb 2003 12:29:11 -0500 From: Brent Verner To: "Georg-W. Koltermann" Cc: Geoff Coleman , Alexey Zelkin , freebsd-java@FreeBSD.ORG Subject: Re: [SUCCESS] Re: IPV6 vs IPV4 (Re: JDK14 Patchset 2 and Oracle JDBC Drivers) Message-ID: <20030214172911.GA15991@rcfile.org> References: <3E4A7C9D.14549.9FBDFA6@localhost> <3E4BB8C1.12849.ECECF1B@localhost> <1045214673.812.18.camel@hunter.muc.mscsoftware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1045214673.812.18.camel@hunter.muc.mscsoftware.com> X-muttrc: $Id: .muttrc,v 1.10 2003/02/08 08:35:24 brent Exp $ X-uname: FreeBSD 4.7-STABLE #32: Tue Feb 4 11:04:18 EST 2003 root@mutt.rcfile.org:/usr/obj/usr/src/sys/MUTTS User-Agent: Mutt/1.5.3i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [2003-02-14 10:24] Georg-W. Koltermann said: | (re-adding -java to CC:) See this page regarding network configuration of jdk14. http://java.sun.com/j2se/1.4/docs/guide/net/properties.html Basically, ISTM, the native jdk14 is behaving properly. The application in question (tomcat) needs to set a system property java.net.preferIPv4Stack: true when IPv6 is available (in the system) but not in use. cheers. brent | Thanks a lot Geoff, with that change I can now start up Tomcat 4.1.18 | with JDK14, launch the application that we are developing, and connect | to the database. | | -- | Regards, | Georg. | | Am Do, 2003-02-13 um 23.24 schrieb Geoff Coleman: | > Georg and Alexey | > | > I think the e-mail below explains a whole buch. I'm not running IPV6 currently although | > it is configured into my kernel ( I did remove it from my kernel last night but it didn't help | > my problem). | > | > | > in net_util_md.c if I put in a: | > return JNI_FALSE; | > | > At the start of IPv6_supported() | > | > things start working a whole lot better for me (I can now go the the netbeans update | > and update the IDE, it crashes when I restart it but that is for another day :-) ). -- "Develop your talent, man, and leave the world something. Records are really gifts from people. To think that an artist would love you enough to share his music with anyone is a beautiful thing." -- Duane Allman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message