Alten, Jessica-Aileen wrote:
I'll try to check my settings with the C# program.
Ipv6 loopback is available:
127.0.0.1
::1
See http://support.microsoft.com/kb/929852
However, I believe the disabled ipv6 might put us on the right track.
Anyway, Konstantin filed an issue in Bugzilla for this a few days ago already, it looks
like there may indeed be a problem in the code, and the issue is being looked at.
See:
https://issues.apache.org/bugzilla/show_bug.cgi?id=56352
This looks like it may be tied to the absence of a line
127.0.0.1 localhost
in the local system's "hosts" file ((windows)/system32/drivers/etc/hosts)
So it would probably help if one of the Windows experts on this list confirmed that, by
default, since version xyz of Windows, there is no longer such an entry in the hosts file.
My (about to become unsupported but venerable) Windows XP laptop does have a localhost
line. On the other hand, a Windows 7 workstation to which I have access has this in the
hosts file :
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
note@jessica :
It may be interesting to see what happens if you add a line like this in the server's
hosts file :
127.0.0.1 localhost localtomcat
and then try to use each of these names in your isapi configuration for the
worker.host.
(for a personal definition of "interesting")
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org