Codemon
Codemon

Reputation: 369

Error running Tomcat 6.0.43: HTTP Connector node not found: set up one in the server.xml

I am trying to configure Tomcat in Intellij for a project but I got stuck at this error after trying to run Tomcat. I'm not sure where to go from here.

Upvotes: 5

Views: 19035

Answers (2)

am0wa
am0wa

Reputation: 8377

Uncomment/add corresponding <Connector port=... node into your Tomcat/conf/server.xml file

Upvotes: 7

Codemon
Codemon

Reputation: 369

Apparently the server.xml was missing? I just added that and the Connector node and solved my problem. Weird :)

Upvotes: 2

Related Questions