Re: Tomcat 5.5.17 and IPv6 configuration

2007-04-19 Thread Johnny Kewl
discovery on a subnet I got it working without explicit routing thanks again regards... - Original Message - From: "SAVERIO FERRARO" <[EMAIL PROTECTED]> To: Sent: Thursday, April 19, 2007 5:00 PM Subject: Re: Tomcat 5.5.17 and IPv6 configuration hi johnny, i wan

Re: Tomcat 5.5.17 and IPv6 configuration

2007-04-19 Thread SAVERIO FERRARO
on" so the interface "Local Area Connection" is begun my gateway!!! Eureka in windows Vista there isn't this problem!!! From: "Johnny Kewl" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: "Tomcat Users List" Subject: Re: Tom

Re: Tomcat 5.5.17 and IPv6 configuration

2007-04-19 Thread Johnny Kewl
age - From: "SAVERIO FERRARO" <[EMAIL PROTECTED]> To: Sent: Thursday, April 19, 2007 3:20 PM Subject: Re: Tomcat 5.5.17 and IPv6 configuration hi johnny, the problem has been resolved!!! I have set a global ipv6 address on the two computers, then I've set ipv6 routes on

Re: Tomcat 5.5.17 and IPv6 configuration

2007-04-19 Thread SAVERIO FERRARO
m: "Johnny Kewl" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: "Tomcat Users List" Subject: Re: Tomcat 5.5.17 and IPv6 configuration Date: Thu, 19 Apr 2007 14:38:24 +0200 Yes... that because the crazy person that designed IP6 used an URL escape cha

Re: Tomcat 5.5.17 and IPv6 configuration

2007-04-19 Thread Johnny Kewl
this is definitely going to come up over and over again... - Original Message - From: "SAVERIO FERRARO" <[EMAIL PROTECTED]> To: Sent: Thursday, April 19, 2007 11:34 AM Subject: Re: Tomcat 5.5.17 and IPv6 configuration Hi johnny, i think that is a id-scope probl

Re: Tomcat 5.5.17 and IPv6 configuration

2007-04-19 Thread SAVERIO FERRARO
bar of Internet explorer 7 it doesn't run. it tells me that it isn't a correct address thanks saverio From: "Johnny Kewl" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: "Tomcat Users List" Subject: Re: Tomcat 5.5.17 and IPv6 configurat

Re: Tomcat 5.5.17 and IPv6 configuration

2007-04-19 Thread Johnny Kewl
Hi SAVERIO, I just had IPv6 installed on a dev machine so I can make sure my code works with IPv6... like for example when you install IPv6 on XP and then http://localhost:8080 it comes into tomcat as a [::1] address, bet thats going to catch a few guys... I also figured out a way that you

RE: Tomcat 5.5.17 and IPv6 configuration

2007-04-18 Thread SAVERIO FERRARO
I have just tried with firefox. it runs also with http://[full_local_ipv6_address]:8080 but not run on a remote computer as before. I think that it is a problem of windows ID!!! in windows xp when you have to ping a remote computer you have to run: ping ipv6_address%ID So also when you write th

Re: Tomcat 5.5.17 and IPv6 configuration

2007-04-12 Thread Johnny Kewl
OTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, April 12, 2007 8:47 PM Subject: Re: Tomcat 5.5.17 and IPv6 configuration John-- You'll have to add in IPv6 stack OR run IPv6 on IPv4...for specifics follow this link for installing IPv6 in XP

Re: Tomcat 5.5.17 and IPv6 configuration

2007-04-12 Thread Johnny Kewl
YES, thought so IE7 works with all the IP6 address's below The problem is IE6... get IE7 BUT Internet Explorer 7 will run on Windows XP Service Pack 2 (SP2), Windows XP Professional x64 Edition, and Windows Server 2003 Service Pack 1 (SP1). Memory requirements listed below are for Intern

Re: Tomcat 5.5.17 and IPv6 configuration

2007-04-12 Thread Martin Gainty
ne or email and destroy the original message without making a copy. Thank you. - Original Message - From: "Johnny Kewl" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, April 12, 2007 2:25 PM Subject: Re: Tomcat 5.5.17 and IPv6

Re: Tomcat 5.5.17 and IPv6 configuration

2007-04-12 Thread Johnny Kewl
Isnt IPv6 aweful! I think these committees are so damn busy feeding a private agenda like a new router design or some new security structure... they have forgotten humans have to type these awefull things... HEX are they nuts!... and then they scope with a % so it has to be escaped in a URL...

RE: Tomcat 5.5.17 and IPv6 configuration

2007-04-12 Thread Nelson, Tracy M.
Have you tried with http://[0:0:0:0:0:0:0:1]:8080/ ? That's the canonical IPv6 loopback address (minus the port, of course). | -Original Message- | From: SAVERIO FERRARO [mailto:[EMAIL PROTECTED] | Sent: Thursday, 12 April, 2007 06:04 | To: [EMAIL PROTECTED] | Subject: Tomcat 5.5.17 and I

Re: Tomcat 5.5.17 and IPv6 configuration

2007-04-12 Thread SAVERIO FERRARO
uot;Rashmi Rubdi" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Subject: Re: Tomcat 5.5.17 and IPv6 configuration Date: Thu, 12 Apr 2007 11:34:06 -0400 Did http://127.0.0.1:8080/ work befo

Re: Tomcat 5.5.17 and IPv6 configuration

2007-04-12 Thread Rashmi Rubdi
Did http://127.0.0.1:8080/ work before you installed anything? Probably you are using an incorrect IP Address Format? Try http://[::127:0:0:1]:8080/ or http://[127:0:0:1::]:8080/ Reference: http://tools.ietf.org/html/rfc2732 -Rashmi On 4/12/07, SAVERIO FERRARO <[EMAIL PROTECTED]> wrote: Hi