Re: Tomcat 5.5 and IPv6 configuration

2006-08-06 Thread Martin Gainty
Markus/Zhang The only topic for IPv6 in J2SE 5 JavaDoc I found addresses correct formatting for v6 spec addresses Documentation for InetAddress is located at http://java.sun.com/j2se/1.5.0/docs/api/ which states For IPv4 address format, please refer to Inet4Address#format; For IPv6 address form

Re: Tomcat 5.5 and IPv6 configuration

2006-08-06 Thread Ipv6Tomcat
Markus Schönhaber wrote: > > Your first two questions are in no way Tomcat-specific. > Anyway... > > Ipv6Tomcat wrote: >> yes,I had installed tomcat 5.0.28 simply in my machine(xp sp2) >> ,because my computer has deployed ipv4 and ipv6 address, when i install >> tomcat successfully, I just

Re: Tomcat 5.5 and IPv6 configuration

2006-08-04 Thread Markus Schönhaber
Your first two questions are in no way Tomcat-specific. Anyway... Ipv6Tomcat wrote: > yes,I had installed tomcat 5.0.28 simply in my machine(xp sp2) > ,because my computer has deployed ipv4 and ipv6 address, when i install > tomcat successfully, I just put the "http://localhost:8080"; to webb

Re: Tomcat 5.5 and IPv6 configuration

2006-08-04 Thread Ipv6Tomcat
Markus Schönhaber wrote: > > I'd suggest that you simply install Tomcat. If you encounter a specific > problem, ask about it here. > hi, mks: Thank you for you reply so quickly. yes,I had installed tomcat 5.0.28 simply in my machine(xp sp2) ,because my computer has deployed ipv4 and ipv

Re: Tomcat 5.5 and IPv6 configuration

2006-08-03 Thread Markus Schönhaber
Ipv6Tomcat wrote: > hello Hans and all guys: >Nice to see the question you provided.I have the same idea( use a > configuration-only way ). Do you solve it? Yes: http://mail-archives.apache.org/mod_mbox/tomcat-users/200608.mbox/[EMAIL PROTECTED] Won't help you much when you're on Windows, tho

Re: Tomcat 5.5 and IPv6 configuration

2006-08-03 Thread Ipv6Tomcat
hello Hans and all guys: Nice to see the question you provided.I have the same idea( use a configuration-only way ). Do you solve it? I want to use tomcat 5 on ipv6 environment(winxp sp2 ,jdk1.5), could you give me some suggestions or ways about how can i deploy it ? thank you very much. Be

Re: Tomcat 5.5 and IPv6 configuration (solved)

2006-08-02 Thread Hans Müller
Ok, I solved the problem by changing a kernel parameter # sysctl -w net.inet6.ip6.v6only=0 This enables Tomcat to bind to IPv4 as well as IPv6 addresses. In that case, the shutdown port binds to 127.0.0.1 (it is not important to me that this is a IPv4 address) and the other ports bind to whate

Re: Tomcat 5.5 and IPv6 configuration

2006-08-01 Thread Hans Müller
Hi and thanks for your reply. > I've never had the problem you describe. I use Linux though. On my machine > the > shutdown port binds to IPv6 representation of 127.0.0.1: > > tcp6 0 0 :::127.0.0.1:8007 :::*LISTEN > > 7970/java I made some more tests

Re: Tomcat 5.5 and IPv6 configuration

2006-08-01 Thread Markus Schönhaber
Hans Müller wrote: > currently I'm trying to set-up a standalone Tomcat 5.5.17 server in an IPv6 > environment on a FreeBSD 6.1 machine. Unfortunately, Tomcat refuses to > start. Here is the relevant content of the catalina.out log-file: > > SEVERE: StandardServer.await: create[8005]: > java.net.Bi