Bug 34484 - Tomcat Coyote connector doesn't play with NVidia onboard ethernet.
Summary: Tomcat Coyote connector doesn't play with NVidia onboard ethernet.
Status: RESOLVED INVALID
Alias: None
Product: Tomcat 4
Classification: Unclassified
Component: Connector:Coyote HTTP/1.1 (show other bugs)
Version: 4.1.12
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-16 18:42 UTC by Bob McQueer
Modified: 2005-04-16 13:57 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bob McQueer 2005-04-16 18:42:45 UTC
I upgraded my system to a new motherboard using the NVidia
nForce4 ultra chipset.  Among other things, this chipset provides
a gigabit ethernet port on the motherboard.  Great, I can get rid
of the ratty old Kingston ethernet card my DSL is plugged into.
After installing NVidia's drivers, I found that I could surf the
web just fine, and my own java applications could access URL's but
Tomcat wouldn't respond to requests - I'm running Tomcat as my web
server as well as servlet container through the Coyote connector.

I know it's way past time for me to upgrade to 5.0 - I tried a quick
installation of it, and it didn't seem to respond with NVidia's
ethernet support either.  I reverted back to my old PCI ethernet card,
and Tomcat's happy again, but it might be nice to use the onboard
ethernet.
Comment 1 Remy Maucherat 2005-04-16 18:48:10 UTC
Does netstat say that the addresses are properly bound ? If yes, you might want
to check the firewalling features that the NF4 supposedly has, and which could
be enabled by default.

Anyway, this issue cannot be a Tomcat issue.